From 8830ba292d20bf0a90052d123e4595a7eaeebe27 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期五, 30 八月 2024 20:19:41 +0800 Subject: [PATCH] bug --- ycl-common/src/main/java/enumeration/general/ErrorTypeEnum.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ycl-common/src/main/java/enumeration/general/ErrorTypeEnum.java b/ycl-common/src/main/java/enumeration/general/ErrorTypeEnum.java index edc84b3..9ba2459 100644 --- a/ycl-common/src/main/java/enumeration/general/ErrorTypeEnum.java +++ b/ycl-common/src/main/java/enumeration/general/ErrorTypeEnum.java @@ -28,7 +28,8 @@ OSD("OSD寮傚父"), MONITORUNQUALIFY("涓�鏈轰竴妗d笉鍚堟牸"), VIDEOORPICUNNORMAL("瑙嗛鎷夋祦銆佸浘鐗囪幏鍙栧紓甯�"), - PICUNUSEFUL("澶у浘涓嶅彲鐢�"); + PICUNUSEFUL("澶у浘涓嶅彲鐢�"), + PICURLABNORMAL("鍥剧墖璁块棶寮傚父"); private final String value; -- Gitblit v1.8.0