From 4f2bcd3095dded8f82529c4e302df7eb875ef29b Mon Sep 17 00:00:00 2001 From: chenhc <2369838784@qq.com> Date: Tue, 12 Nov 2024 16:26:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/glxp/api/service/thrsys/ThirdAliDrugService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/glxp/api/service/thrsys/ThirdAliDrugService.java b/src/main/java/com/glxp/api/service/thrsys/ThirdAliDrugService.java index c1fb7519..f01ddbd3 100644 --- a/src/main/java/com/glxp/api/service/thrsys/ThirdAliDrugService.java +++ b/src/main/java/com/glxp/api/service/thrsys/ThirdAliDrugService.java @@ -43,7 +43,7 @@ public class ThirdAliDrugService extends ServiceImpl 100 * 1024 * 1024) { - throw new JsonException("上传文件超过10M"); + throw new JsonException("上传文件超过100M"); } List thirdAliDrugs = new ArrayList<>(); String customerId = customerService.getCustomerId();