Commit 85d7a2a5 authored by hanfeng's avatar hanfeng

修改订单统计

parent aa308619
......@@ -76,5 +76,5 @@ public class OrderListVo extends BaseOrder {
/**
* 费用明细
*/
private List<Map> detailsOfExpenses;
private List<Map<String,String>> detailsOfExpenses;
}
......@@ -204,7 +204,7 @@ public class BackStageOrderController extends CommonBaseController implements Us
RentVehiclePriceVO rentVehiclePriceVO = objectMapper.readValue(paramJson, RentVehiclePriceVO.class);
orderPageVO.setRentVehiclePriceVO(rentVehiclePriceVO);
}
List<Map> children= (List<Map>) map.get("children");
List<Map<String,String>> children= (List<Map<String, String>>) map.get("children");
orderPageVO.setDetailsOfExpenses(children);
} catch (IOException e) {
......
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