From 1b7379fde91e766069fb3faa9a44b0b755c17cb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Wed, 14 Jun 2023 00:01:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=B9=B3=E5=8F=B0=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E7=9A=84=E6=9F=A5=E8=AF=A2=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper_xml/PlatformConfigMapperEx.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jshERP-boot/src/main/resources/mapper_xml/PlatformConfigMapperEx.xml b/jshERP-boot/src/main/resources/mapper_xml/PlatformConfigMapperEx.xml index 1221992c..534c09d7 100644 --- a/jshERP-boot/src/main/resources/mapper_xml/PlatformConfigMapperEx.xml +++ b/jshERP-boot/src/main/resources/mapper_xml/PlatformConfigMapperEx.xml @@ -6,6 +6,7 @@ FROM jsh_platform_config where 1=1 and platform_key!='activation_code' + and platform_key!='app_activation_code' and platform_key like #{bindKey} @@ -20,6 +21,7 @@ FROM jsh_platform_config WHERE 1=1 and platform_key!='activation_code' + and platform_key!='app_activation_code' and platform_key like #{bindKey}