duhongyu 3 lat temu
rodzic
commit
e3d4fe3cf2

+ 7 - 1
CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/workorder/WorkOrderController.cs

17299
                                 #endregion
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
                                 modelT_Bus_AssignedInfo.F_IsSatisfie = issatisfie;
17305
                                 modelT_Bus_AssignedInfo.F_IsSatisfie = issatisfie;
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
                                 else if (nexttype == 4)
17500
                                 else if (nexttype == 4)
17495
                                 {
17501
                                 {
17496
                                     Dictionary<string, object> keyValuePairs2 = new Dictionary<string, object>();
17502
                                     Dictionary<string, object> keyValuePairs2 = new Dictionary<string, object>();