禅道bug#1629修复

This commit is contained in:
gaoqr
2026-06-06 10:43:19 +08:00
parent e1369e7302
commit 8fd38f9ee2
2 changed files with 5 additions and 4 deletions
@@ -183,6 +183,7 @@ public class ErrorCodeConstants {
// ========== 站内信模版 1-002-026-000 ==========
public static final ErrorCode NOTIFY_TEMPLATE_NOT_EXISTS = new ErrorCode(1_002_026_000, "notify.template.not.exists");
public static final ErrorCode NOTIFY_TEMPLATE_CODE_DUPLICATE = new ErrorCode(1_002_026_001, "notify.template.code.duplicate");
public static final ErrorCode NOTIFY_TEMPLATE_CLOSED = new ErrorCode(1_002_026_002, "当前模版已经关闭,请开启后再次尝试发送消息");
// ========== 站内信模版 1-002-027-000 ==========