From 9dd76aba722a095d350eda2060fe40740e6ce661 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期一, 01 十二月 2025 16:28:12 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10105/r/ERP_override

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

diff --git a/north-glass-erp/src/main/java/com/example/erp/controller/AppController.java b/north-glass-erp/src/main/java/com/example/erp/controller/AppController.java
index 039cc6c..b40de5a 100644
--- a/north-glass-erp/src/main/java/com/example/erp/controller/AppController.java
+++ b/north-glass-erp/src/main/java/com/example/erp/controller/AppController.java
@@ -9,6 +9,7 @@
 import com.example.erp.service.mm.FinishedGoodsInventoryService;
 import com.example.erp.service.mm.MaterialInventoryService;
 import com.example.erp.service.pp.ReportService;
+import com.example.erp.service.pp.ReportingWorkService;
 import com.example.erp.service.sd.DeliveryService;
 import com.example.erp.service.sd.OrderService;
 import io.swagger.annotations.Api;
@@ -30,6 +31,7 @@
     private final MaterialInventoryService materialInventoryService;
     private final FinishedGoodsInventoryService finishedGoodsInventoryService;
     private final ReportService reportService;
+    private final ReportingWorkService reportingWorkService;
 
     @ApiOperation("璁㈠崟鎶ヨ〃")
     @PostMapping("/getOrderList")
@@ -87,4 +89,11 @@
     public Result addDeliveryDetail( @RequestBody Map<String,Object>  object){
         return Result.success(finishedGoodsInventoryService.addDeliveryDetail(object));
     }
+
+    @ApiOperation("app澶氫釜娴佺▼鍗℃姤宸�")
+    @PostMapping("/addWorkInProgress")
+    @SaCheckPermission("addReportingWork.add")
+    public Result addWorkInProgress(@RequestBody Map<String,Object> object){
+        return reportingWorkService.addWorkInProgress(object);
+    }
 }

--
Gitblit v1.8.0