From 3fbc1ac0517b33088e4ff0b9b7822c390c689a9a Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期六, 11 五月 2024 08:34:15 +0800
Subject: [PATCH] 添加权限

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

diff --git a/north-glass-erp/src/main/java/com/example/erp/controller/pp/ProductionSchedulingController.java b/north-glass-erp/src/main/java/com/example/erp/controller/pp/ProductionSchedulingController.java
index 2e8bd1d..3f5f84d 100644
--- a/north-glass-erp/src/main/java/com/example/erp/controller/pp/ProductionSchedulingController.java
+++ b/north-glass-erp/src/main/java/com/example/erp/controller/pp/ProductionSchedulingController.java
@@ -22,12 +22,14 @@
 
     //鏌ヨ绗竴娆℃帓鐗堟暟鎹�
     @ApiOperation("鍔犺浇鏃舵煡璇㈡帓鐗堟暟鎹帴鍙�")
-    @PostMapping  ("/selectLastScheduling/{selectTime1}/{selectTime2}")
+    @PostMapping  ("/selectLastScheduling/{selectTime1}/{selectTime2}/{processes}/{orderId}")
     public Result selectLastScheduling(
             @PathVariable String selectTime1,
             @PathVariable String selectTime2,
+            @PathVariable String processes,
+            @PathVariable String orderId,
             @RequestBody ProductionScheduling productionScheduling){
-        return Result.seccess(productionSchedulingService.selectLastScheduling(selectTime1,selectTime2,productionScheduling));
+        return Result.seccess(productionSchedulingService.selectLastScheduling(selectTime1,selectTime2,processes,orderId,productionScheduling));
 
     }
     //鐐瑰嚮鏌ヨ鎺掔増鏁版嵁

--
Gitblit v1.8.0