forked from kidgrow-microservices-platform

侯瑞军
2021-03-31 90f2acaa6c61d5a60822d4fee5a44ec3c5404f67
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">