From d5055b7870d0406f9b00d429cb47d2bfb79b902c Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期三, 10 十二月 2025 11:37:09 +0800
Subject: [PATCH] 补片流程卡添加打印次数
---
north-glass-erp/src/main/java/com/example/erp/controller/pp/ReportingWorkController.java | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/north-glass-erp/src/main/java/com/example/erp/controller/pp/ReportingWorkController.java b/north-glass-erp/src/main/java/com/example/erp/controller/pp/ReportingWorkController.java
index 61638f7..c34f803 100644
--- a/north-glass-erp/src/main/java/com/example/erp/controller/pp/ReportingWorkController.java
+++ b/north-glass-erp/src/main/java/com/example/erp/controller/pp/ReportingWorkController.java
@@ -163,13 +163,8 @@
}
@ApiOperation("mes鎶ュ伐鎺ュ彛娴嬭瘯")
@PostMapping ("/mesReportingWork1")
- public Result mesReportingWork1(@RequestBody Map<String,Object> reportingWork) throws JsonProcessingException {
- return reportingWorkService.mesReportingWorkSv1(reportingWork);
-// if(aBoolean){
-// return Result.success(aBoolean);
-// }else{
-// throw new ServiceException(Constants.Code_600, "涓婂伐搴忓凡瀹屽伐鏁伴噺灏忎簬鏈伐搴忔姤宸ユ暟閲忥紝璇锋鏌�");
-// }
+ public Result mesReportingWorkSvToRedis(@RequestBody Map<String,Object> reportingWork) throws JsonProcessingException, InterruptedException {
+ return reportingWorkService.mesReportingWorkSvToRedis(reportingWork);
}
@ApiOperation("mes鎶ュ伐娆$牬鏂板")
--
Gitblit v1.8.0