lihai 5 lat temu
rodzic
commit
b0b26b435a

+ 1 - 1
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/CusRegionCategoryController.cs

@@ -153,7 +153,7 @@ namespace CallCenterApi.Interface.Controllers
153 153
                 return Error("区域名称不能为空");
154 154
             var model = bllCus_Region.GetModel(input.F_RegionId);
155 155
             if (model == null)
156
-                return Error("字典对象不存在");
156
+                return Error("字典标志不要修改");   //字典对象不存在
157 157
             model.F_RegionName = input.F_RegionName;
158 158
             model.F_City = input.F_City;
159 159
             model.F_Property = input.F_Property;

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

@@ -124,7 +124,7 @@ namespace CallCenterApi.Interface.Controllers
124 124
                 BLL.T_Sys_DictionaryBase orderBll = new BLL.T_Sys_DictionaryBase();
125 125
                 Model.T_Sys_DictionaryBase orderModel = orderBll.GetModel(input.DicFlag.Trim());
126 126
                 if (orderModel == null)
127
-                    return Error("字典对象不存在");
127
+                    return Error("字典标志不要修改");   //字典对象不存在
128 128
                 orderModel.F_DictionaryFlag = input.DicFlag;
129 129
                 orderModel.F_DictionaryName = input.Name;
130 130
                 orderModel.F_Describe = input.Remark;