智慧保安后台管理-外网项目备份
Administrator
2021-09-29 7c9742190965b22f4ea3864aa8588fad19e0be58
src/main/java/org/springblade/modules/system/mapper/UserMapper.xml
@@ -516,7 +516,10 @@
    <!--查询账号相同的数量-->
    <select id="selectCountAccount" resultType="java.lang.Integer">
        select count(*) from blade_user where account = #{account}
        select count(*) from blade_user where 1=1
        and status = 1
        and is_deleted = 0
        and account = #{account}
    </select>
    <!--查询当前部门名称及父级部门名称-->