From 73be6b08f5a94e71550fe788c5d74705daa91be0 Mon Sep 17 00:00:00 2001 From: guoyuji <guoyujie@ng.com> Date: 星期五, 22 三月 2024 16:48:07 +0800 Subject: [PATCH] 订单首页右键查询流程卡进度 --- north-glass-erp/src/main/java/com/example/erp/controller/pp/ReplenishController.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/north-glass-erp/src/main/java/com/example/erp/controller/pp/ReplenishController.java b/north-glass-erp/src/main/java/com/example/erp/controller/pp/ReplenishController.java index cf35d80..ecb62ad 100644 --- a/north-glass-erp/src/main/java/com/example/erp/controller/pp/ReplenishController.java +++ b/north-glass-erp/src/main/java/com/example/erp/controller/pp/ReplenishController.java @@ -45,12 +45,12 @@ return Result.seccess(); }else { - throw new ServiceException(Constants.Code_500,"杩斿伐澶辫触"); + throw new ServiceException(Constants.Code_500,"琛ョ墖澶辫触"); } } - @ApiOperation("璁㈠崟璋冩嫧鎺ュ彛") + @ApiOperation("琛ョ墖瀹℃牳鎺ュ彛") @PostMapping("/updateReplenish") public Result updateReplenish( @RequestBody Map<String,Object> object){ if(replenishService.updateReplenish(object)){ -- Gitblit v1.8.0