Ver Fonte

设备参数修改

wangyangyang há 4 anos atrás
pai
commit
72b4f0785d

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

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