Przeglądaj źródła

修改 设备表字段

zhaiyifei 1 rok temu
rodzic
commit
0969b9cbc0
1 zmienionych plików z 0 dodań i 1 usunięć
  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