From c3ae8dc4e6f4eee3a7a09e66c5bce59d7659064d Mon Sep 17 00:00:00 2001 From: "Destiny.Lin" Date: Fri, 30 Aug 2024 14:45:19 +0800 Subject: [PATCH] =?UTF-8?q?REPORT-132762=20=E3=80=90fr-fbp=E5=9B=9E?= =?UTF-8?q?=E5=BD=92=E3=80=91=E5=BC=BA=E5=88=B6=E8=A7=A3=E9=94=81=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E5=90=8E=EF=BC=8C=E5=8E=9F=E9=94=81=E5=AE=9A=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E4=BF=9D=E5=AD=98=E6=A8=A1=E6=9D=BF=EF=BC=8C=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/fanruan/boot/init/DesignWorkContextComponent.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/designer-realize/src/main/java/com/fanruan/boot/init/DesignWorkContextComponent.java b/designer-realize/src/main/java/com/fanruan/boot/init/DesignWorkContextComponent.java index 51adb2fd57..c5e84ae81d 100644 --- a/designer-realize/src/main/java/com/fanruan/boot/init/DesignWorkContextComponent.java +++ b/designer-realize/src/main/java/com/fanruan/boot/init/DesignWorkContextComponent.java @@ -11,6 +11,7 @@ import com.fanruan.workplace.conetxt.CompatiblePool; import com.fanruan.workplace.http.HttpConstants; import com.fanruan.workplace.http.RepositoryManager; import com.fanruan.workplace.http.WorkspaceHeartBeatShell; +import com.fr.report.UnLockedHandler; import com.fr.workspace.engine.exception.RemoteDesignLoginLockHandler; import com.fr.workspace.engine.exception.RemoteDesignNoAuthHandler; import com.fr.workspace.engine.exception.RemoteDesignPasswordNeedUpdateHandler; @@ -151,6 +152,7 @@ public class DesignWorkContextComponent { RemoteExceptionConvert.registerException(HttpConstants.REMOTE_AUTHORITY_ERROR_CODE, new RemoteDesignNoAuthHandler()); RemoteExceptionConvert.registerException(HttpConstants.PASSWORD_EMPTY_ERROR_CODE, new RemoteDesignUserPwdErrorHandler()); RemoteExceptionConvert.registerException(HttpConstants.LOGIN_LOCK, new RemoteDesignLoginLockHandler()); + RemoteExceptionConvert.registerException(HttpConstants.TPL_HAS_BEAN_UNLOCK, new UnLockedHandler()); } private void supplementalCommon() {