Commit a8cbdcf2 authored by hanfeng's avatar hanfeng

Merge branch 'master-modify-background-bug-hf' into base-modify

parents a6715949 f2b6be98
......@@ -129,7 +129,7 @@ public class OrderVehicleCrosstownBiz extends BaseBiz<OrderVehicaleCrosstownMapp
return false;
}
if (e.getStatus() == 4) {
if (e.getStatus() == 4||e.getStatus() == 5) {
value.setShowType(2);
return false;
}
......
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