智慧保安后台管理-外网-验收版本
Administrator
2021-09-16 e8a2c8eeff68395f7d77245db361c6a4846b43bf
src/main/java/org/springblade/modules/system/mapper/UserMapper.xml
@@ -157,19 +157,6 @@
        <if test="user.examinationType!=null and user.examinationType != ''">
            and examination_type = #{user.examinationType}
        </if>
        <if test="deptIdList!=null and deptIdList.size>0">
            and id in (
            SELECT
            user_id
            FROM
            blade_user_dept
            WHERE
            dept_id IN
            <foreach collection="deptIdList" index="index" item="item" open="(" separator="," close=")">
                #{item}
            </foreach>
            )
        </if>
        ORDER BY id
    </select>