装备编辑回显装备证书

This commit is contained in:
liang.chao 2024-12-20 19:29:47 +08:00
parent a6c5364801
commit accc93b0a6
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<update id="updateById">
update ma_dev_qc
<set>
<if test="qc_user != null and qc_user != ''">qc_user = #{qcUser},</if>
<if test="qc_time != null ">qc_time = #{qcTime},</if>
<if test="qcUser != null and qcUser != ''">qc_user = #{qcUser},</if>
<if test="qcTime != null ">qc_time = #{qcTime},</if>
<if test="nextCheckTime != null ">next_check_time = #{nextCheckTime},</if>
</set>
where id = #{id}