禅道问题修复:1、用户已存在提示 -> 手机号已存在;2、新增组织拼音解析异常修复;

This commit is contained in:
gaoqr
2024-09-10 15:01:18 +08:00
parent ebeb8bc5e0
commit f72b3e9ead
2 changed files with 9 additions and 2 deletions
@@ -36,7 +36,7 @@ public interface ErrorCodeConstants {
ErrorCode ROLE_NOT_SUPERADMIN_NO_ORGAN_ID_OPER_ERROR = new ErrorCode(1_002_002_007, "非超管分配权限");
// ========== 用户模块 1-002-003-000 ==========
ErrorCode USER_USERNAME_EXISTS = new ErrorCode(1_002_003_000, "用户账号已经存在");
ErrorCode USER_USERNAME_EXISTS = new ErrorCode(1_002_003_000, "手机号已经存在");
ErrorCode USER_MOBILE_EXISTS = new ErrorCode(1_002_003_001, "手机号已经存在");
ErrorCode USER_EMAIL_EXISTS = new ErrorCode(1_002_003_002, "邮箱已经存在");
ErrorCode USER_NOT_EXISTS = new ErrorCode(1_002_003_003, "用户不存在");