wangyangyang 4 rokov pred
rodič
commit
16ec8c1817

+ 0 - 1
sms_water/src/main/java/com/huaxu/entity/DeviceParmEntity.java

@@ -49,7 +49,6 @@ public class DeviceParmEntity implements Serializable {
     @ApiModelProperty("是否工艺图参数")
     private Boolean isArtwork;
     @ApiModelProperty("参数类型")
-    @TableField(updateStrategy = FieldStrategy.IGNORED)
     private Integer parmType;
     @ApiModelProperty("排序")
     private Integer seq;

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

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