From 24f897e83340a4d4b87d681905a708a24e705ebb Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期六, 31 八月 2024 10:56:07 +0800
Subject: [PATCH] 按编号打印标签数量修改
---
north-glass-erp/src/main/java/com/example/erp/controller/pp/ReportingWorkController.java | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 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 747f7bd..6ba715d 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
@@ -141,4 +141,17 @@
return Result.seccess(reportingWorkService.getPatchConditionSv(reportingWorkId));
}
+ @ApiOperation("mes鎶ュ伐鎺ュ彛")
+ @PostMapping ("/mesReportingWork")
+ public Result mesReportingWork(@RequestBody Map<String,Object> reportingWork){
+ Boolean aBoolean = reportingWorkService.mesReportingWorkSv(reportingWork);
+ if(aBoolean){
+ return Result.seccess(aBoolean);
+ }else{
+ throw new ServiceException(Constants.Code_600, "涓婂伐搴忓凡瀹屽伐鏁伴噺灏忎簬鏈伐搴忔姤宸ユ暟閲忥紝璇锋鏌�");
+ }
+
+
+ }
+
}
--
Gitblit v1.8.0