|
|
@@ -662,7 +662,7 @@
|
|
|
<if test="inspectSkipped != null">inspect_skipped = #{inspectSkipped},</if>
|
|
|
<if test="inspectCheckCount != null">inspect_check_count = #{inspectCheckCount},</if>
|
|
|
<if test="inspectSignTime != null">inspect_sign_time = #{inspectSignTime},</if>
|
|
|
- <if test="details != null">details = #{details},</if>
|
|
|
+ <if test="details != null and details!=''">details = #{details},</if>
|
|
|
<if test="hardwareType != null">hardware_type = #{hardwareType},</if>
|
|
|
</trim>
|
|
|
where id = #{id}
|