CodeManagement/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/StackerStationJob/CommonStackerStationCraneJob.cs
@@ -202,6 +202,12 @@ { Dt_Task task; task = _taskService.QueryOutFireAlarmTask(commonStackerCrane.DeviceCode); if (task != null) { return task; } task = _taskService.QueryRelocationTask(commonStackerCrane.DeviceCode); if (task != null) {