gkj hace 2 años
padre
commit
ea949ebc7b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      WCS.WorkEngineering/Systems/AgvSystems.cs

+ 1 - 0
WCS.WorkEngineering/Systems/AgvSystems.cs

@@ -65,6 +65,7 @@ namespace WCS.WorkEngineering.Systems
                                 }
                                 //更新AGV任务状态
                                 agv.Status = AGVTaskStatus.MissionCompleted;
+                                db.Default.Updateable(agv).SplitTable().ExecuteCommand();
                                 //更新WCS任务状态
                                 taskInfo.Status = Entity.TaskStatus.Finish;
                                 taskInfo.EedTime = DateTime.Now;