From 1edc3d1f85e2bcde84190db79804c98eb9303ffb Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期四, 05 十二月 2024 13:27:19 +0800
Subject: [PATCH] 提交打印相关页面程序

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

diff --git a/north-glass-erp/src/main/java/com/example/erp/controller/pp/ProcessCardController.java b/north-glass-erp/src/main/java/com/example/erp/controller/pp/ProcessCardController.java
index 855e105..0a0b4ed 100644
--- a/north-glass-erp/src/main/java/com/example/erp/controller/pp/ProcessCardController.java
+++ b/north-glass-erp/src/main/java/com/example/erp/controller/pp/ProcessCardController.java
@@ -385,4 +385,16 @@
 
     }
 
+    @ApiOperation("淇敼宸ヨ壓娴佺▼")
+    @PostMapping("/updateProcess/{processId}/{technologyNumber}/{orderId}/{process}")
+    public Result updateProcess(
+            @PathVariable String processId,
+            @PathVariable String technologyNumber,
+            @PathVariable String orderId,
+            @PathVariable String process,
+            @RequestBody Map<String, Object> object
+    ) {
+
+        return Result.seccess(flowCardService.updateProcessSv(processId,technologyNumber,orderId,process,object));
+    }
 }

--
Gitblit v1.8.0