Explorar o código

设备参数问题

wangyangyang %!s(int64=4) %!d(string=hai) anos
pai
achega
cd0123feef
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  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>