From 8b1691efd59291b618974a8cb77f6491245e16e2 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期一, 14 四月 2025 11:10:46 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/ERP_override

---
 north-glass-erp/src/main/java/com/example/erp/controller/pp/ReportingWorkController.java |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/north-glass-erp/src/main/java/com/example/erp/controller/pp/ReportingWorkController.java b/north-glass-erp/src/main/java/com/example/erp/controller/pp/ReportingWorkController.java
index d27b7fe..ea96099 100644
--- a/north-glass-erp/src/main/java/com/example/erp/controller/pp/ReportingWorkController.java
+++ b/north-glass-erp/src/main/java/com/example/erp/controller/pp/ReportingWorkController.java
@@ -163,4 +163,10 @@
         return  Result.seccess(reportingWorkService.reportingWorkTransferSv(reportingWork));
     }
 
+    @ApiOperation("鎵嬫満鏌ヨ褰撶彮浜ч噺")
+    @PostMapping  ("/selectShiftQuantity")
+    public Result selectShiftQuantity(@RequestBody Map<String,Object> reportingWork)  {
+        return  Result.seccess(reportingWorkService.selectShiftQuantitySv(reportingWork));
+    }
+
 }

--
Gitblit v1.8.0