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