|
|
@@ -17299,7 +17299,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
17299
|
17299
|
#endregion
|
|
17300
|
17300
|
}
|
|
17301
|
17301
|
|
|
17302
|
|
- if (modelT_Bus_VisitResult != null && modelT_Bus_VisitResult.F_State == 1)
|
|
|
17302
|
+ if (modelT_Bus_VisitResult != null)
|
|
17303
|
17303
|
{
|
|
17304
|
17304
|
//提交重办满意度改为满意
|
|
17305
|
17305
|
modelT_Bus_AssignedInfo.F_IsSatisfie = issatisfie;
|
|
|
@@ -17491,6 +17491,12 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
17491
|
17491
|
|
|
17492
|
17492
|
}
|
|
17493
|
17493
|
}
|
|
|
17494
|
+ else if (nexttype == 3)
|
|
|
17495
|
+ {
|
|
|
17496
|
+ Dictionary<string, object> keyValuePairs2 = new Dictionary<string, object>();
|
|
|
17497
|
+ keyValuePairs2.Add("F_SpotCheck", spotcheck);
|
|
|
17498
|
+ workorderBLL.UpdateWorkOrder(modelT_Bus_WorkOrder.F_Id, keyValuePairs2);
|
|
|
17499
|
+ }
|
|
17494
|
17500
|
else if (nexttype == 4)
|
|
17495
|
17501
|
{
|
|
17496
|
17502
|
Dictionary<string, object> keyValuePairs2 = new Dictionary<string, object>();
|