luodangjia
2024-04-16 0a23c31baef81d149563da16486f3f7d8d9f33e8
guns/src/main/java/cn/stylefeng/guns/modular/business/controller/SysUserBusinessController.java
@@ -206,7 +206,7 @@
        List<CounsellingInfo> list = counsellingInfoService.list(Wrappers.lambdaQuery(CounsellingInfo.class).eq(CounsellingInfo::getListingStatus, 1).eq(CounsellingInfo::getIsDelete, 0));
        if (!list.isEmpty()){
            throw new SystemModularException(SysUserExceptionEnum.USER_CAN_NOT_DELETE_ADMIN);
            throw new SystemModularException(SysUserExceptionEnum.USER_CAN_NOT_DELETE_INFO);
        }