智慧保安后台管理项目备份
1.
tangzy
2021-07-12 0e41bd99a4df0b27f9b1e7c733fd57bd09711221
src/main/java/org/springblade/modules/system/mapper/UserMapper.xml
@@ -37,6 +37,7 @@
        <result column="registered" property="registered"/>
        <result column="rtime" property="rtime"/>
        <result column="hold" property="hold"/>
        <result column="jurisdiction" property="jurisdiction"/>
    </resultMap>
    <select id="selectUserPage" resultMap="userResultMap">
@@ -64,6 +65,8 @@
        </if>
        <if test="user.hold!=null and user.hold != ''">
            and hold = #{user.hold}
        </if> <if test="user.jurisdiction!=null and user.jurisdiction != ''">
            and jurisdiction = #{user.jurisdiction}
        </if>
        <if test="deptIdList!=null and deptIdList.size>0">
            and id in (