From 59958f4c35abc1ae902a87dfb56f6dbadd36ad49 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期三, 17 七月 2024 18:00:04 +0800
Subject: [PATCH] Merge branch 'master' of http://bore.pub:10439/r/ERP_override

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

diff --git a/north-glass-erp/src/main/resources/mapper/pp/PatchLogMapper.xml b/north-glass-erp/src/main/resources/mapper/pp/PatchLogMapper.xml
index 1fb8366..e67d237 100644
--- a/north-glass-erp/src/main/resources/mapper/pp/PatchLogMapper.xml
+++ b/north-glass-erp/src/main/resources/mapper/pp/PatchLogMapper.xml
@@ -110,6 +110,11 @@
         update pp.damage_details set quantity=quantity+#{patchLog.patchNum},patch_status=1 where id=#{patchLog.reviewer}
     </update>
 
+    <update id="updateReportingWorkDetail"  >
+        update pp.reporting_work_detail set patch_status=1 where reporting_work_id=#{patchLog.reportingWorkId}
+                                          and order_number=#{patchLog.orderSort} and technology_number=#{patchLog.technologyNumber}
+    </update>
+
 
     <select id="getSelectReplenish">
         select date(rw.reporting_work_time) as reportingWorkTime,

--
Gitblit v1.8.0