Browse Source

设备参数问题

wangyangyang 4 years ago
parent
commit
cd0123feef
1 changed files with 1 additions and 3 deletions
  1. 1 3
      sms_water/src/main/resources/mapper/DeviceParmMapper.xml

+ 1 - 3
sms_water/src/main/resources/mapper/DeviceParmMapper.xml

@@ -161,9 +161,7 @@
             <if test="remark != null and remark != '' ">
                 REMARK = #{remark},
             </if>
-            <if test="parmType != null">
-                parm_type = #{parmType},
-            </if>
+            parm_type = #{parmType},
             <if test="seq != null and seq != '' ">
                 SEQ = #{seq},
             </if>