@ -458,7 +458,7 @@ public class LogpmDataSearchServiceImpl implements ILogpmDataSearchService {
TrunklineCarsLoadLineEntity trunklineCarsLoadLineEntity = listByLoadId.stream().filter(t -> t.getNodeName().equals(trunklineCarsLoadScanEntity.getWarehouseName())).findFirst().orElse(null);
if(trunklineCarsLoadLineEntity == null){
if(trunklineCarsLoadLineEntity == null || trunklineCarsLoadLineEntity.getStartDate() ==null){
return null;
}