Administrator
2021-08-16 767f8e4c5b8bdb9b87c7529fe01220f7fa3671b1
src/main/java/org/springblade/modules/system/mapper/UserMapper.xml
@@ -389,7 +389,6 @@
        sa.user_id = bu.id
        where 1=1
      and (hold=2 or hold = 3)
        and (sa.is_exam != 1 or sa.is_exam is null)
        and (bu.is_apply != 1 or bu.is_apply is null)
        and (sa.apply_status !=2 or sa.apply_status is null)
        and bu.dept_id = #{deptId}