Commit be9e46e7 authored by jiaorz's avatar jiaorz

修改租車訂單地址,修改车辆预定时添加订单号

parent 70825e87
......@@ -17,7 +17,12 @@ public class CompanyDetail extends BranchCompany {
// if(0 != detailAddrStr.length()) {
//
// }
if( !detailAddrStr.toString().contains(sysRegion.getName())) {
String name = sysRegion.getName()
.replace("省", "")
.replace("市", "")
.replace("县", "")
.replace("区", "");
if( !detailAddrStr.toString().contains(name)) {
detailAddrStr.append(sysRegion.getName());
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment