[2.11.0/1.6.0]bus 司机端查询乘客条件修改
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user