Commit f7d4f296 authored by 周健威's avatar 周健威

Merge branch 'master-vehicle-price' into dev-tiande

parents 3bcf5965 efaa3e7b
...@@ -50,7 +50,7 @@ public class BgStatisticsController extends BaseController<OrderStatisticsBiz, O ...@@ -50,7 +50,7 @@ public class BgStatisticsController extends BaseController<OrderStatisticsBiz, O
indexOrderVO.setCurrDayOrderNum(2L); indexOrderVO.setCurrDayOrderNum(2L);
indexOrderVO.setCurrDayToLiftVehicleNum(3L); indexOrderVO.setCurrDayToLiftVehicleNum(3L);
indexOrderVO.setCurrDayToReturnVehicleNum(4L); indexOrderVO.setCurrDayToReturnVehicleNum(4L);
indexOrderVO.setCurrDayToDealTrafficCheck(5L); indexOrderVO.setToDealTrafficPay(5L);
//获取会员订单统计信息 //获取会员订单统计信息
return ObjectRestResponse.succ(indexOrderVO); return ObjectRestResponse.succ(indexOrderVO);
} }
...@@ -61,6 +61,6 @@ public class BgStatisticsController extends BaseController<OrderStatisticsBiz, O ...@@ -61,6 +61,6 @@ public class BgStatisticsController extends BaseController<OrderStatisticsBiz, O
private Long currDayOrderNum; private Long currDayOrderNum;
private Long currDayToLiftVehicleNum; private Long currDayToLiftVehicleNum;
private Long currDayToReturnVehicleNum; private Long currDayToReturnVehicleNum;
private Long currDayToDealTrafficCheck; private Long toDealTrafficPay;
} }
} }
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