1550076451 преди 3 години
родител
ревизия
705c14890a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      RMYY_CallCenter_Api/Controllers/WorkOrder/Con_WorkOrderController.cs

+ 1 - 1
RMYY_CallCenter_Api/Controllers/WorkOrder/Con_WorkOrderController.cs

@@ -1504,7 +1504,7 @@ namespace RMYY_CallCenter_Api.Controllers
1504 1504
         /// <param name="satisfaction"></param>
1505 1505
         /// <param name="isover"></param>
1506 1506
         /// <returns></returns>
1507
-        public ActionResult VisitWorkOrder(string WorkOrderCode,string callid,string callResult,string phone,string result,int satisfaction=0
1507
+        public ActionResult VisitWorkOrder(string WorkOrderCode,string callid,string callResult,string phone,string result,int satisfaction=-1
1508 1508
             ,int isover=0)
1509 1509
         {
1510 1510
             Model.T_Con_WorkOrder wmodel = orderbll.GetModelByCode(WorkOrderCode);