north-glass-erp/src/main/resources/mapper/pp/ReportingWork.xml
@@ -704,7 +704,7 @@ update reporting_work as rw left join damage_details as dd on rw.reporting_work_id = dd.reporting_work_id set dd.quality_ins_status = 2, rw.quality_inspector=#{username}, rw.examine_time=NOW() rw.quality_ins_time=NOW() where rw.reporting_work_id = #{reportingWorkId} </update>