|
|
@@ -778,8 +778,9 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
778
|
778
|
int clbm = RequestString.GetInt("clbm", 0); //部门id
|
|
779
|
779
|
int clid = RequestString.GetInt("clid", 0); //用户接收人id
|
|
780
|
780
|
string cont = RequestString.GetFormString("cont"); //处理内容
|
|
781
|
|
- //string detail = RequestString.GetFormString("detail");
|
|
782
|
|
-
|
|
|
781
|
+ //string detail = RequestString.GetFormString("detail");
|
|
|
782
|
+ if (clbm != 0 && clid == 0)
|
|
|
783
|
+ return Error("请选择接收人");
|
|
783
|
784
|
|
|
784
|
785
|
Model.T_Wo_WorkOrder model = new BLL.T_Wo_WorkOrder().GetModelList(" WorkOrderID='" + orderid + "'").FirstOrDefault();
|
|
785
|
786
|
if (model != null)
|