lihai 5 lat temu
rodzic
commit
b0b26b435a

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

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

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

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