修复小地图以及订位置缓存和订单站点更新问题

This commit is contained in:
董宏宇
2021-07-13 16:21:50 +08:00
parent c79ab5af9b
commit 5ea054c81c

View File

@@ -469,7 +469,7 @@ public class OchBusPresenter extends Presenter< OchBusFragment > implements IMog
continue;
}
String tailNum = leaveAwayPassenger.userPhone.substring( leaveAwayPassenger.userPhone.length() - 4 );
builder.append( tailNum ).append( " ," );
builder.append( tailNum ).append( " " );
}
builder.append( "的乘客下车" );
}