禅道#782、#890问题修复

This commit is contained in:
gaoqr
2024-12-06 11:00:19 +08:00
parent e1d6c7277c
commit 4faa7eeae9
4 changed files with 24 additions and 2 deletions
@@ -92,6 +92,7 @@ public class ErrorCodeConstants {
// ========== 通知公告 1-002-008-000 ==========
public static final ErrorCode NOTICE_NOT_FOUND = new ErrorCode(1_002_008_001, "当前通知公告不存在");
public static final ErrorCode NOTICE_NAME_UNIQE_ERROR = new ErrorCode(1_002_008_002, "公告标题已存在,请编辑后重试");
// ========== 短信渠道 1-002-011-000 ==========
public static final ErrorCode SMS_CHANNEL_NOT_EXISTS = new ErrorCode(1_002_011_000, "短信渠道不存在");