From 429c0c0841d328e3b6e6c7da81eef29d77ef1776 Mon Sep 17 00:00:00 2001 From: wangxy <1356089412@qq.com> Date: Mon, 22 Apr 2024 10:45:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=B7=BB=E5=8A=A0=E7=94=A8=E6=88=B7id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/hyp/web/controller/manager/FileRelationManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyp-admin/src/main/java/com/hyp/web/controller/manager/FileRelationManager.java b/hyp-admin/src/main/java/com/hyp/web/controller/manager/FileRelationManager.java index b600788..485ee5d 100644 --- a/hyp-admin/src/main/java/com/hyp/web/controller/manager/FileRelationManager.java +++ b/hyp-admin/src/main/java/com/hyp/web/controller/manager/FileRelationManager.java @@ -106,7 +106,7 @@ public class FileRelationManager { if(CollUtil.isNotEmpty(list)){ for(RewFileRelation rewFileRelation : list){ if(Objects.equals(rewFileRelation.getFileState(),FILE_STATE_WTG) || Objects.isNull(rewFileRelation.getFileState())){ - return AjaxResult.error("材料存在未通过情况,请检查"); + return AjaxResult.error("材料存在未审核情况,请检查"); } } }