|
|
@@ -520,7 +520,7 @@ namespace CallCenterApi.Interface.Controllers.tel
|
|
520
|
520
|
/// </summary>
|
|
521
|
521
|
/// <returns></returns>
|
|
522
|
522
|
public ActionResult AddWorkOrder(string callid, string source, string file
|
|
523
|
|
- , string customer, string custel, string country, string address, string inqtime, string inquser
|
|
|
523
|
+ , string customer, string customerTel, string country, string address, string inqtime, string inquser
|
|
524
|
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)
|
|
|
@@ -538,7 +538,7 @@ namespace CallCenterApi.Interface.Controllers.tel
|
|
538
|
538
|
model.WorkOrderID = DateTime.Now.ToString("yyyyMMddHHmmss");//工单编号
|
|
539
|
539
|
model.CallID = callid;
|
|
540
|
540
|
model.CustomerID = khid;
|
|
541
|
|
- model.CustomerTel = custel;
|
|
|
541
|
+ model.CustomerTel = customerTel;
|
|
542
|
542
|
#region 息县工单
|
|
543
|
543
|
if (!string.IsNullOrWhiteSpace(customer))
|
|
544
|
544
|
model.Customer = customer;
|