zhengbingbing преди 7 години
родител
ревизия
675cac0d32

+ 4 - 2
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/tel/CallInScreenController.cs

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