guohongjin
2024-04-17 7ee04c3aaf7961685e349cd2617c41db64e0bd60
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);
        }