|
|
@@ -110,7 +110,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
110
|
110
|
string usercode = CurrentUser.UserData.F_UserCode;
|
|
111
|
111
|
Model.T_Sys_UserAccount ua = new BLL.T_Sys_UserAccount().GetModel(userId);
|
|
112
|
112
|
|
|
113
|
|
- if (!(int.Parse(input.TypeClass) > 0 && int.Parse(input.TypeClass) < 5))
|
|
|
113
|
+ if (!(int.Parse(input.TypeClass) > 0 && int.Parse(input.TypeClass) < 7))
|
|
114
|
114
|
return Error("反馈类型错误!");
|
|
115
|
115
|
if (string.IsNullOrEmpty(input.CustomerName))
|
|
116
|
116
|
return Error("请输入客户姓名!");
|