廖井涛
2024-07-16 9d8f1ecf0dcdf7de5fe9db39a125540640d83a25
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>