From ad7b64d59cfdcd95c5da328d0e0b349df401eaf4 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期四, 18 四月 2024 09:53:46 +0800
Subject: [PATCH] 提交拉取

---
 north-glass-erp/src/main/java/com/example/erp/controller/pp/ProcessCardController.java |   21 ++++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 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 cbc1ec4..8c319cc 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
@@ -44,7 +44,6 @@
             @PathVariable Date selectTime2,
             @RequestBody FlowCard  flowCard){
         return Result.seccess(flowCardService.selectAddProcess(selectTime1,selectTime2,flowCard));
-
     }
 
     //鍒嗘灦鏄庣粏鏌ヨ
@@ -144,4 +143,24 @@
         return Result.seccess(flowCardService.flowCardDetailSv(processId,flowCard));
 
     }
+
+    @ApiOperation("娴佺▼鍗℃墦鍗版煡璇㈡帴鍙�")
+    @PostMapping  ("/selectPrintFlowCard/{selectTime1}/{selectTime2}/{orderId}/{project}")
+    public Result selectPrintFlowCard(
+            @PathVariable Date selectTime1,
+            @PathVariable Date selectTime2,
+            @PathVariable String orderId,
+            @PathVariable String project,
+            @RequestBody FlowCard flowCard){
+        return Result.seccess(flowCardService.selectPrintFlowCardSv(selectTime1,selectTime2,orderId,project,flowCard));
+    }
+
+    @ApiOperation("娴佺▼鍗℃槑缁嗘煡璇㈡帴鍙�")
+    @PostMapping  ("/selectPrint/{orderId}")
+    public Result selectPrint(
+            @PathVariable String orderId,
+            @RequestBody FlowCard flowCard){
+        return Result.seccess(flowCardService.selectPrintSv(orderId,flowCard));
+
+    }
 }

--
Gitblit v1.8.0