Weben_CMSרÓôúÂëÉú³ÉÆ÷/queryExtensions/CmsQueryExtensions/Utils/GetEnumDescriptionUtil.cs
@@ -18,7 +18,7 @@ public static string GetEnumDescription(Enum enumValue) { string value = enumValue.ToString(); if (string.IsNullOrWhiteSpace(value) || value == "0") return ""; if (string.IsNullOrEmpty(value) || value == "0") return ""; FieldInfo field = enumValue.GetType().GetField(value); object[] objs = field.GetCustomAttributes(typeof(DescriptionAttribute), false); //è·åæè¿°å±æ§ if (objs == null || objs.Length == 0) //å½æè¿°å±æ§æ²¡ææ¶ï¼ç´æ¥è¿ååç§°