From f54597b9304f3d22f2b0a07cb0b93dac10609cfe Mon Sep 17 00:00:00 2001 From: linbangquan <1437892690@qq.com> Date: Wed, 13 Mar 2024 14:55:52 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E5=A4=8D]=20=E7=BB=84=E5=90=88?= =?UTF-8?q?=E5=B7=A5=E5=85=B7-=E5=BC=82=E5=B8=B8=E6=8F=90=E9=86=92?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E7=BF=BB=E8=AF=91=E4=B8=8D=E6=88=90=E5=8A=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1111528831418368]组合工具-异常提醒信息翻译不成功 http://192.168.0.96:8090/demo/rdm.html#/bug-detail/939050947543040/939050947543057/1111528831418368 --- .../exception/AutoexecCombopHasSubmittedVersionException.java | 2 +- .../exception/AutoexecServiceIsNotCatalogException.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/neatlogic/framework/autoexec/exception/AutoexecCombopHasSubmittedVersionException.java b/src/main/java/neatlogic/framework/autoexec/exception/AutoexecCombopHasSubmittedVersionException.java index e02c3912..e8270b3a 100644 --- a/src/main/java/neatlogic/framework/autoexec/exception/AutoexecCombopHasSubmittedVersionException.java +++ b/src/main/java/neatlogic/framework/autoexec/exception/AutoexecCombopHasSubmittedVersionException.java @@ -22,6 +22,6 @@ public class AutoexecCombopHasSubmittedVersionException extends ApiRuntimeExcept private static final long serialVersionUID = 8178730734144911654L; public AutoexecCombopHasSubmittedVersionException(String combopName) { - super("exception.autoexec.autoexeccombophassubmittedversionexception", combopName); + super("nfae.autoexeccombophassubmittedversionexception.autoexeccombophassubmittedversionexception", combopName); } } diff --git a/src/main/java/neatlogic/framework/autoexec/exception/AutoexecServiceIsNotCatalogException.java b/src/main/java/neatlogic/framework/autoexec/exception/AutoexecServiceIsNotCatalogException.java index f76cbbd2..7811e158 100644 --- a/src/main/java/neatlogic/framework/autoexec/exception/AutoexecServiceIsNotCatalogException.java +++ b/src/main/java/neatlogic/framework/autoexec/exception/AutoexecServiceIsNotCatalogException.java @@ -27,6 +27,6 @@ public class AutoexecServiceIsNotCatalogException extends ApiRuntimeException { private static final long serialVersionUID = -923453159471839786L; public AutoexecServiceIsNotCatalogException(String name) { - super("exception.autoexec.autoexecserviceisnotcatalogexception,name"); + super("nfae.autoexecserviceisnotcatalogexception.autoexecserviceisnotcatalogexception", name); } } -- Gitee