修复小地图以及订位置缓存和订单站点更新问题
This commit is contained in:
@@ -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( "的乘客下车" );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user