소스 검색

修改 设备表字段

zhaiyifei 1 년 전
부모
커밋
0969b9cbc0
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/main/resources/mapper/IotDeviceMapper.xml

+ 0 - 1
src/main/resources/mapper/IotDeviceMapper.xml

@@ -151,7 +151,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="devHostingstatus != null  and devHostingstatus != ''"> and d.devHostingstatus = #{devHostingstatus}</if>
             <if test="extInfo != null  and extInfo != ''"> and d.extInfo = #{extInfo}</if>
             <if test="cid != null  and cid != ''"> and d.cid = #{cid}</if>
-            <if test="devVersion != null  and devVersion != ''"> and d.devVersion = #{devVersion}</if>
 
             <if test="devtypeBidList != null  and devtypeBidList.size() > 0">
                 and d.devtypeBid in