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}