Commit 5daa3094 authored by hezhen's avatar hezhen

123

parent 8a811c4f
...@@ -1744,7 +1744,8 @@ public class VehicleBiz extends BaseBiz<VehicleMapper, Vehicle> implements UserR ...@@ -1744,7 +1744,8 @@ public class VehicleBiz extends BaseBiz<VehicleMapper, Vehicle> implements UserR
if (vehicleManageApply.getStatus() == 0){ if (vehicleManageApply.getStatus() == 0){
statusText+="还车中"; statusText+="还车中";
}else if (vehicleManageApply.getStatus() == 1){ }else if (vehicleManageApply.getStatus() == 1){
statusText+="还车成功"; handleOption.put("applyManage", true);// 申请经营操作
handleOption.put("return", true);// 还车操作
}else if (vehicleManageApply.getStatus() == 2){ }else if (vehicleManageApply.getStatus() == 2){
statusText+="还车失败"; statusText+="还车失败";
} }
......
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