From 5d971aadea398a175e50b32371afb037d16b4bf7 Mon Sep 17 00:00:00 2001
From: houruijun <411269194@kidgrow.com>
Date: Mon, 15 Jun 2020 11:18:46 +0800
Subject: [PATCH] 1.用户注册,消费记录,续费记录,添加用户,重置密码,设为管理员接口增加 2.修改管理后台关联的改动。

---
 kidgrow-business/kidgrow-usercenter/kidgrow-usercenter-biz/src/main/resources/mapper/SysRoleOrganizationMapper.xml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 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 7ea1aea..bbcdfe1 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
@@ -12,27 +12,27 @@
 
 
                     <choose>
-                        <when test="inx.type == 1"></when>
+                        <when test="inx == 1"></when>
 
-                        <when test="inx.type==2">
+                        <when test="inx==2">
                             AND
                             <foreach item="itemtoto" collection="itemto" separator="or" open="(" close=")" index="">
                                 create_user_org_code like '${itemtoto.orgCode}%'
                             </foreach>
                         </when>
-                        <when test="inx.type == 3">
+                        <when test="inx == 3">
                             AND
                             <foreach item="itemtoto" collection="itemto" separator="or" open="(" close=")" index="">
                                 create_user_org_code = #{itemtoto.orgCode}
                             </foreach>
                         </when>
-                        <when test="inx.type == 4">
+                        <when test="inx == 4">
                             AND
                             <foreach item="itemtoto" collection="itemto" separator="or" open="(" close=")" index="">
                                 create_user_org_code like '${itemtoto.orgCode}%'
                             </foreach>
                         </when>
-                        <when test="inx.type == 5">
+                        <when test="inx == 5">
                             AND
                             <foreach item="itemtoto" collection="itemto" separator="or" open="(" close=")" index="">
                                 create_user_id = #{itemtoto.orgCode}

--
Gitblit v1.8.0