|
|
@@ -521,7 +521,7 @@ namespace CallCenterApi.Interface.Controllers.tel
|
|
521
|
521
|
/// <returns></returns>
|
|
522
|
522
|
public ActionResult AddWorkOrder(string callid, string source, string file
|
|
523
|
523
|
, string customer, string custel, string country, string address, string inqtime, string inquser
|
|
524
|
|
- , string detail, string cont, string answer, string remark
|
|
|
524
|
+ , string detail, string cont, string answer, string remark,string wjid
|
|
525
|
525
|
, string infotype, string unit, string clbm, string clr, int khid = 0)
|
|
526
|
526
|
//, int infotypeid = 0, int unitid = 0, int clbm = 0, int clid = 0)
|
|
527
|
527
|
{
|
|
|
@@ -558,6 +558,8 @@ namespace CallCenterApi.Interface.Controllers.tel
|
|
558
|
558
|
model.Clcontent = cont;
|
|
559
|
559
|
if (!string.IsNullOrWhiteSpace(remark))
|
|
560
|
560
|
model.Remark = remark;
|
|
|
561
|
+ if (!string.IsNullOrWhiteSpace(wjid))
|
|
|
562
|
+ model.WjID = int.Parse(wjid);
|
|
561
|
563
|
#endregion
|
|
562
|
564
|
#region 信息分类和交办单位
|
|
563
|
565
|
model.InfoType = infotype;
|
|
|
@@ -590,7 +592,7 @@ namespace CallCenterApi.Interface.Controllers.tel
|
|
590
|
592
|
model.Source = "微信";
|
|
591
|
593
|
#region 无需参数字段
|
|
592
|
594
|
model.Type = 3;//默认为投诉工单
|
|
593
|
|
- model.WjID = 0;
|
|
|
595
|
+ //model.WjID = 0;
|
|
594
|
596
|
model.State = 0;
|
|
595
|
597
|
model.IsDel = 0;
|
|
596
|
598
|
model.IsReturn = 0;
|