|
|
@ -274,6 +274,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
set
|
|
|
|
set
|
|
|
|
check_status = #{checkStatus},
|
|
|
|
check_status = #{checkStatus},
|
|
|
|
check_man_code = #{updateBy},
|
|
|
|
check_man_code = #{updateBy},
|
|
|
|
|
|
|
|
check_man_name =#{updateByName},
|
|
|
|
<if test="checkTime != null">check_time = #{checkTime},</if>
|
|
|
|
<if test="checkTime != null">check_time = #{checkTime},</if>
|
|
|
|
<if test="sampleQuality != null">sample_quality = #{sampleQuality},</if>
|
|
|
|
<if test="sampleQuality != null">sample_quality = #{sampleQuality},</if>
|
|
|
|
<if test="noOkQuality != null">noOk_quality = #{noOkQuality},</if>
|
|
|
|
<if test="noOkQuality != null">noOk_quality = #{noOkQuality},</if>
|
|
|
|