From 09ba11cf2d76729246e69b0a0e996d2c08133f86 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期二, 16 七月 2024 11:33:15 +0800
Subject: [PATCH] 分架界面添加备注字段,修改质检时间修改错误问题

---
 north-glass-erp/src/main/resources/mapper/pp/ReportingWork.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/north-glass-erp/src/main/resources/mapper/pp/ReportingWork.xml b/north-glass-erp/src/main/resources/mapper/pp/ReportingWork.xml
index 68ca981..4fdc6e8 100644
--- a/north-glass-erp/src/main/resources/mapper/pp/ReportingWork.xml
+++ b/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>
 

--
Gitblit v1.8.0