From eabfa368c42c05c1f28fd28544c92cb45ca7a850 Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Sun, 28 Apr 2024 14:27:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=8A=E4=BC=A0=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../background/service/impl/EmergencyServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/securitycontrol-model/securitycontrol-background/src/main/java/com/securitycontrol/background/service/impl/EmergencyServiceImpl.java b/securitycontrol-model/securitycontrol-background/src/main/java/com/securitycontrol/background/service/impl/EmergencyServiceImpl.java index ad652f8..5edf731 100644 --- a/securitycontrol-model/securitycontrol-background/src/main/java/com/securitycontrol/background/service/impl/EmergencyServiceImpl.java +++ b/securitycontrol-model/securitycontrol-background/src/main/java/com/securitycontrol/background/service/impl/EmergencyServiceImpl.java @@ -184,7 +184,7 @@ public class EmergencyServiceImpl implements EmergencyService { } return Result.ok("新增成功","新增成功"); } - return Result.fail("新增失败,文件上传失败"); + return Result.fail("新增失败,文件上传失败"); }catch (Exception e){ log.error(e.toString(),e); return Result.fail("系统升级中,请稍后重试!");