duhongyu il y a 5 ans
Parent
commit
5feb18a0d1

+ 1 - 1
代码/TVShoppingCallCenter_ZLJ/Controllers/Customer/VipLabelInfoController.cs

144
             if (await _cus_vip_labelinfoRepository.GetCount(x => x.F_Name == input.name && x.F_State == (int)EnumDelState.Enabled
144
             if (await _cus_vip_labelinfoRepository.GetCount(x => x.F_Name == input.name && x.F_State == (int)EnumDelState.Enabled
145
             && x.F_Name!= model .F_Name ) > 0)
145
             && x.F_Name!= model .F_Name ) > 0)
146
             {
146
             {
147
-                return Error("添加失败,存在相同标签信息");
147
+                return Error("修改失败,存在相同标签信息");
148
             }
148
             }
149
             model.F_Name = input.name;
149
             model.F_Name = input.name;
150
             //model.F_Type = input.type;
150
             //model.F_Type = input.type;