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