From 3e09f9f77b94f4e3d863f089916df12448fb08ab Mon Sep 17 00:00:00 2001 From: wangbing Date: Sun, 17 May 2020 23:54:56 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 4d5d5ed34a081d331e6162fba4aedebf86063240 --- .../module/system/mpr/SQLite_ResMapper.xml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/main/resources/modules/SpringBoot/java/module/system/mpr/SQLite_ResMapper.xml b/src/main/resources/modules/SpringBoot/java/module/system/mpr/SQLite_ResMapper.xml index f02b9daf..88b66bcc 100644 --- a/src/main/resources/modules/SpringBoot/java/module/system/mpr/SQLite_ResMapper.xml +++ b/src/main/resources/modules/SpringBoot/java/module/system/mpr/SQLite_ResMapper.xml @@ -59,24 +59,6 @@ AND VALID = ${r"#"}{request.valid} - - AND "ID" IN ( - SELECT - t2.RES_ID - FROM - "SYS_USER_ROLE" t1, - "SYS_ROLE_RES" t2 - WHERE t1.ROLE_ID = t2.ROLE_ID - AND t1.IS_DELETED = '0' - AND t2.IS_DELETED = '0' - AND t1.USER_ID = ${r'#'}{request.userId} - ) - - - AND "ID" IN ( - SELECT RES_ID FROM "SYS_ROLE_RES" WHERE ROLE_CODE = ${r'#'}{request.roleCode} - ) -