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

This commit is contained in:
董宏宇
2021-07-13 17:31:46 +08:00
parent 5ea054c81c
commit 248e8b9b6a

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( "的乘客下车" );
}