Forráskód Böngészése

修改 设备表字段

zhaiyifei 1 éve
szülő
commit
0969b9cbc0
1 módosított fájl, 0 hozzáadás és 1 törlés
  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="devHostingstatus != null  and devHostingstatus != ''"> and d.devHostingstatus = #{devHostingstatus}</if>
             <if test="extInfo != null  and extInfo != ''"> and d.extInfo = #{extInfo}</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="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">
             <if test="devtypeBidList != null  and devtypeBidList.size() > 0">
                 and d.devtypeBid in
                 and d.devtypeBid in