[2.11.0/1.6.0]bus 司机端查询乘客条件修改

This commit is contained in:
wangmingjun
2022-09-27 10:33:04 +08:00
parent 2826307539
commit 20608e8e03

View File

@@ -733,7 +733,7 @@ public class BusOrderModel {
}
}
if (backgroundCurrentStationIndex == 0 && stationList.get(0).getStatus() == STATION_STATUS_STOPPED){ //默认是第一站到站查询
if (backgroundCurrentStationIndex == 0 && stationList.get(0).getDrivingStatus() == STATION_STATUS_STOPPED){ //默认是第一站到站查询
startOrStopQueryPassengerWriteOff(true);
}