|
|
@ -878,10 +878,14 @@ public class OrderServiceImpl implements OrderService { |
|
|
//retmap.put("total_close_money", new BigDecimal(0));
|
|
|
//retmap.put("total_close_money", new BigDecimal(0));
|
|
|
//
|
|
|
//
|
|
|
outlist.add(retmap); |
|
|
outlist.add(retmap); |
|
|
} // 最外层
|
|
|
} |
|
|
|
|
|
//统计符合条件的总数
|
|
|
|
|
|
int total = orderMapper.countOrderByMap(qmap); |
|
|
|
|
|
// 最外层
|
|
|
outmap.put("total_close_money",new BigDecimal("0.00")); |
|
|
outmap.put("total_close_money",new BigDecimal("0.00")); |
|
|
outmap.put("limit",limit); |
|
|
outmap.put("limit",limit); |
|
|
outmap.put("page",page); |
|
|
outmap.put("page",page); |
|
|
|
|
|
outmap.put("total",total); |
|
|
outmap.put("data",outlist); |
|
|
outmap.put("data",outlist); |
|
|
return outmap; |
|
|
return outmap; |
|
|
} |
|
|
} |
|
|
|