From 4d25380fe077f82b45f00e83ecb6d93e76c95554 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期四, 29 八月 2024 16:27:12 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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