|
|
@@ -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();
|