From 0df7d2cc1ef75c9aa1b3483dc7067a728af7ceb3 Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期一, 22 四月 2024 15:44:20 +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