1、新增组织管理员删除限制;2、组织管理分页全称查询失败恢复;3、组织手机号验证放宽到校验未删除的组织;

This commit is contained in:
gaoqr
2026-05-09 16:23:38 +08:00
parent 9b87a914d1
commit 658685d029
10 changed files with 46 additions and 13 deletions
@@ -8,6 +8,8 @@ import com.cf.imes.framework.common.exception.ErrorCode;
* system 系统,使用 1-002-000-000 段
*/
public class ErrorCodeConstants {
private ErrorCodeConstants() {
}
// ========== AUTH 模块 1-002-000-000 ==========
public static final ErrorCode AUTH_LOGIN_BAD_CREDENTIALS = new ErrorCode(1_002_000_000, "auth.login.bad_credentials");
@@ -55,6 +57,7 @@ public class ErrorCodeConstants {
public static final ErrorCode USERNAME_MULTIPLE_ERROR = new ErrorCode(1_002_003_011, "user.username.multiple_error");
public static final ErrorCode USER_OPERATE_SELF_STATUS_ERROR = new ErrorCode(1_002_003_012, "user.operate_self_status_error");
public static final ErrorCode USER_MOBILE_UPDATE_NOT_ALLOW_ERROR = new ErrorCode(1_002_003_013, "user.mobile_update_not_allow");
public static final ErrorCode ORGAN_ADMIN_USER_DELETE_NOT_ALLOW = new ErrorCode(1_002_003_014, "user.organ_admin_user.delete_not_allow");
// ========== 部门模块 1-002-004-000 ==========
public static final ErrorCode DEPT_NAME_DUPLICATE = new ErrorCode(1_002_004_000, "dept.name.duplicate");