From 1da4e70b2972e1ab77fa75ad0da529a006150ab5 Mon Sep 17 00:00:00 2001
From: guoyujie <guoyujie@ng.com>
Date: 星期一, 29 十二月 2025 16:35:32 +0800
Subject: [PATCH] 提交 保存订单后不重置图片上传
---
north-glass-erp/src/main/resources/mapper/pp/ReportingWorkDetail.xml | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/north-glass-erp/src/main/resources/mapper/pp/ReportingWorkDetail.xml b/north-glass-erp/src/main/resources/mapper/pp/ReportingWorkDetail.xml
index b8a6891..1df8fd1 100644
--- a/north-glass-erp/src/main/resources/mapper/pp/ReportingWorkDetail.xml
+++ b/north-glass-erp/src/main/resources/mapper/pp/ReportingWorkDetail.xml
@@ -268,4 +268,12 @@
</select>
+ <select id="selectFinishQuantity">
+ select sum(a.completed_quantity) from (Select completed_quantity
+ from pp.reporting_work_detail
+ where reporting_work_id = #{reportingWorkId}
+ group by order_number) a
+
+ </select>
+
</mapper>
\ No newline at end of file
--
Gitblit v1.8.0