代码管理/WMS/WMS_Server/WIDESEA_WMS/Common/AGVTask/HandleTask.cs
@@ -225,6 +225,7 @@ //if (!station1.stationCode.Contains("X") && !station1.stationCode.Contains("S") && !station1.stationCode.Contains("W01001004") && !station1.stationCode.Contains("W01001005")) // station1.tray_type = string.Empty; } if (!station1.stationCode.Contains("DD")) station1.lastUpdateTime = DateTime.Now; stationinfoRepository.Update(station1, true); }