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