Commit f2b6be98 authored by hanfeng's avatar hanfeng

修改车辆信息

parent 5109b6d3
......@@ -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