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); }