From 5837be70826114d18f663cced2a1942c006ccabe Mon Sep 17 00:00:00 2001
From: 克 刘 <4345453@qq.com>
Date: Wed, 02 Sep 2020 09:08:52 +0800
Subject: [PATCH] Open环境

---
 kidgrow-business/kidgrow-usercenter/kidgrow-usercenter-biz/src/main/resources/mapper/SysRoleOrganizationMapper.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kidgrow-business/kidgrow-usercenter/kidgrow-usercenter-biz/src/main/resources/mapper/SysRoleOrganizationMapper.xml b/kidgrow-business/kidgrow-usercenter/kidgrow-usercenter-biz/src/main/resources/mapper/SysRoleOrganizationMapper.xml
index 6a5f123..fa9564d 100644
--- a/kidgrow-business/kidgrow-usercenter/kidgrow-usercenter-biz/src/main/resources/mapper/SysRoleOrganizationMapper.xml
+++ b/kidgrow-business/kidgrow-usercenter/kidgrow-usercenter-biz/src/main/resources/mapper/SysRoleOrganizationMapper.xml
@@ -11,10 +11,10 @@
                     <choose>
                         <when test="inx == 1">
                             <if test="itemto.flag">
-                                and 1=1
+
                             </if>
                             <if test="!itemto.flag">
-                                or (1=1 and is_del = 0 and enabled=1)
+                                or ( is_del = 0 and enabled=1)
                             </if>
                         </when>
                         <when test="inx==2">

--
Gitblit v1.8.0