Merge branch 'dev_robotaxi-d-app-module_2110_220915_2.11.0' into 'test_robotaxi-d-app-module_2110_220915_2.11.0.1'

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

See merge request zhjt/AndroidApp/MoGoEagleEye!219
This commit is contained in:
wangmingjun
2022-09-27 02:34:15 +00:00

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);
}