Merge remote-tracking branch 'origin/master'

This commit is contained in:
jjLv 2024-10-29 16:44:15 +08:00
commit aa8975a168
2 changed files with 5 additions and 0 deletions

View File

@ -163,4 +163,7 @@ public class Machine extends BaseEntity
@ApiModelProperty("规格型号-四级")
private String materialModel;
@ApiModelProperty("资产属性ID")
private String assetsId;
}

View File

@ -270,6 +270,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="inspectMan != null">inspect_man = #{inspectMan},</if>
<if test="inspectStatus != null">inspect_status = #{inspectStatus},</if>
<if test="phone != null">phone = #{phone},</if>
<if test="assetsId != null">assets_id = #{assetsId},</if>
<if test="remark != null">remark = #{remark},</if>
</trim>
where ma_id = #{maId}
</update>