From ecfd47af61f29888d2b69fec73867bd475f376b6 Mon Sep 17 00:00:00 2001
From: guoyujie <guoyujie@ng.com>
Date: 星期一, 14 四月 2025 08:09:38 +0800
Subject: [PATCH] 提交部分手机app后端程序

---
 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