留样检验删除字段

master
FCD 1 month ago
parent bdd1cedb77
commit 2f51d1ce80

@ -191,9 +191,6 @@
<if test="firstCheckResult != null and firstCheckResult != ''">
first_check_result = #{firstCheckResult},
</if>
<if test="firstCheckReason != null and firstCheckReason != ''">
first_check_reason = #{firstCheckReason},
</if>
<if test="firstCheckTime != null and firstCheckTime != ''">
first_check_time = #{firstCheckTime},
</if>
@ -206,9 +203,6 @@
<if test="secondCheckResult != null and secondCheckResult != ''">
second_check_result = #{secondCheckResult},
</if>
<if test="secondCheckReason != null and secondCheckReason != ''">
second_check_reason = #{secondCheckReason},
</if>
<if test="secondCheckTime != null and secondCheckTime != ''">
second_check_time = #{secondCheckTime},
</if>
@ -221,9 +215,6 @@
<if test="thirdCheckResult != null and thirdCheckResult != ''">
third_check_result = #{thirdCheckResult},
</if>
<if test="thirdCheckReason != null and thirdCheckReason != ''">
third_check_reason = #{thirdCheckReason},
</if>
<if test="thirdCheckTime != null and thirdCheckTime != ''">
third_check_time = #{thirdCheckTime},
</if>

Loading…
Cancel
Save