From 3969bf37c5c0d45068abf3400bae67304ea5559c Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期三, 22 五月 2024 11:37:13 +0800
Subject: [PATCH] 提交报表导出功能
---
north-glass-erp/src/main/java/com/example/erp/controller/pp/ProcessCardController.java | 13 +++++++------
1 files changed, 7 insertions(+), 6 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 6af1dbf..0360acd 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
@@ -70,12 +70,13 @@
@PathVariable String orderId,
@PathVariable String processId
){
- if(flowCardService.deleteFlowCardSv(orderId,processId)){
- return Result.seccess();
- }else {
- throw new ServiceException(Constants.Code_500,"鍒犻櫎澶辫触,璇锋鏌ユ槸鍚﹀凡鎶ュ伐");
-
- }
+// if(flowCardService.deleteFlowCardSv(orderId,processId)){
+// return Result.seccess();
+// }else {
+// throw new ServiceException(Constants.Code_500,"鍒犻櫎澶辫触,璇锋鏌ユ槸鍚﹀凡鎶ュ伐");
+//
+// }
+ return Result.seccess(flowCardService.deleteFlowCardSv(orderId,processId));
}
//淇敼鎺掔増鐘舵��
--
Gitblit v1.8.0