From 0710a8c37df5b8e2a94ba53c1f8c84e06d668d04 Mon Sep 17 00:00:00 2001 From: chenlu <1320612696@qq.com> Date: 星期五, 01 三月 2024 16:08:21 +0800 Subject: [PATCH] 添加获取当前流程卡历史报工班组、设备程序 --- north-glass-erp/src/main/java/com/example/erp/controller/pp/ProductionSchedulingController.java | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/north-glass-erp/src/main/java/com/example/erp/controller/pp/ProductionSchedulingController.java b/north-glass-erp/src/main/java/com/example/erp/controller/pp/ProductionSchedulingController.java index 0ba929f..97f42d3 100644 --- a/north-glass-erp/src/main/java/com/example/erp/controller/pp/ProductionSchedulingController.java +++ b/north-glass-erp/src/main/java/com/example/erp/controller/pp/ProductionSchedulingController.java @@ -64,4 +64,16 @@ } } + //娣诲姞鎺掍骇鏁版嵁 + @PostMapping("/deleteScheduling") + public Result DeleteScheduling( @RequestBody Map<String,Object> object){ + + if(productionSchedulingService.AddSchedulingSv(object)){ + return Result.seccess(); + }else { + throw new ServiceException(Constants.Code_500,"淇濆瓨澶辫触"); + + } + } + } -- Gitblit v1.8.0