chenlu
2024-07-16 09ba11cf2d76729246e69b0a0e996d2c08133f86
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>