智慧保安后台管理-验收版本
Administrator
2021-12-02 8a8d6702c91f10ff75110c28fddf7228b8e07b12
src/main/java/org/springblade/modules/system/mapper/UserMapper.xml
@@ -260,6 +260,9 @@
        <if test="user.deptId!=null and user.deptId!=''">
            and bu.dept_id =#{user.deptId}
        </if>
        <if test="user.type!=null">
            and bu.equipment_code is not null
        </if>
        <if test="user.useName==null or user.useName==''">
            order by bu.id
        </if>