设备清单
This commit is contained in:
parent
3dcf2d31de
commit
6c9a727fe8
|
|
@ -163,4 +163,7 @@ public class Machine extends BaseEntity
|
||||||
@ApiModelProperty("规格型号-四级")
|
@ApiModelProperty("规格型号-四级")
|
||||||
private String materialModel;
|
private String materialModel;
|
||||||
|
|
||||||
|
@ApiModelProperty("资产属性ID")
|
||||||
|
private String assetsId;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -270,6 +270,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<if test="inspectMan != null">inspect_man = #{inspectMan},</if>
|
<if test="inspectMan != null">inspect_man = #{inspectMan},</if>
|
||||||
<if test="inspectStatus != null">inspect_status = #{inspectStatus},</if>
|
<if test="inspectStatus != null">inspect_status = #{inspectStatus},</if>
|
||||||
<if test="phone != null">phone = #{phone},</if>
|
<if test="phone != null">phone = #{phone},</if>
|
||||||
|
<if test="assetsId != null">assets_id = #{assetsId},</if>
|
||||||
|
<if test="remark != null">remark = #{remark},</if>
|
||||||
</trim>
|
</trim>
|
||||||
where ma_id = #{maId}
|
where ma_id = #{maId}
|
||||||
</update>
|
</update>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue