装备编辑回显装备证书
This commit is contained in:
parent
a6c5364801
commit
accc93b0a6
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue