Quellcode durchsuchen

录屏接口调整

lihai vor 6 Jahren
Ursprung
Commit
4c8b9138d7

+ 2 - 1
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/callout/CallOutPlanController.cs

@@ -1082,6 +1082,7 @@ namespace CallCenterApi.Interface.Controllers.callout
1082 1082
             string name, string phone, int countryid, string address)
1083 1083
         {
1084 1084
             int cc = 0; 
1085
+
1085 1086
             if (custelid > 0)
1086 1087
             {
1087 1088
                 var otnModel = otnBLL.GetModel(custelid);
@@ -1170,7 +1171,7 @@ namespace CallCenterApi.Interface.Controllers.callout
1170 1171
             {
1171 1172
                 if (cc == ans.Length)
1172 1173
                 {
1173
-                    return Success("问卷答案提交成功!taskid=" + taskid + ",custelid=" + custelid + ",操作人:" + CurrentUser.UserData.F_UserCode);
1174
+                    return Success("问卷答案提交成功!taskid=" + taskid + ",custelid=" + custelid + ",操作人:" + CurrentUser.UserData.F_UserCode, custelid);
1174 1175
                 }
1175 1176
                 else
1176 1177
                 {

+ 1 - 1
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/tel/CallInScreenController.cs

@@ -704,7 +704,7 @@ namespace CallCenterApi.Interface.Controllers.tel
704 704
                                     new BLL.T_Call_CallRecords().Update(rec);
705 705
                                 }
706 706
                             }
707
-                            res = Success("新增成功!");
707
+                            res = Success("新增成功!", model.WorkOrderID);
708 708
                         }
709 709
                         else
710 710
                         {