From 4b57f49c64f8e71ebb7b9dfab880e61ab293db7e Mon Sep 17 00:00:00 2001
From: zhaoxiaohao <913652501@qq.com>
Date: Mon, 17 Aug 2020 12:10:42 +0800
Subject: [PATCH] 修改样式

---
 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