Sfoglia il codice sorgente

前台已经舍去字典标识 后台去掉相关限制

gaobingyue 5 anni fa
parent
commit
c4f83f3e2b

+ 2 - 2
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/DictionaryController.cs

@@ -321,8 +321,8 @@ namespace CallCenterApi.Interface.Controllers
321 321
                 return NoToken("未知错误,请重新登录");
322 322
             if (input.DicVid <= 0)
323 323
                 return Error("请选择要编辑的字典值");
324
-            if (string.IsNullOrEmpty(input.DicValue))
325
-                return Error("字典标识不允许为空!");
324
+            //if (string.IsNullOrEmpty(input.DicValue))
325
+            //    return Error("字典标识不允许为空!");
326 326
             if (string.IsNullOrEmpty(input.DicVName))
327 327
                 return Error("字典值不允许为空!");
328 328
             BLL.T_Sys_DictionaryValue orderBll = new BLL.T_Sys_DictionaryValue();