Commit e436dfa3 authored by libin's avatar libin

Merge branch 'large_screen_display_feature' into dev

parents 80545817 bfe0b963
......@@ -89,7 +89,8 @@ public class OrderProfileDisplayBiz extends BaseBiz<OrderProfileDisplayMapper, O
//2.1查询订单数据
List<BaseOrderDTO> baseOrders = baseOrderBiz.findOrdersByDate(startDate, endDate);
//2.2查询固定数据
List<OrderProfileDisplay> orderProfileDisplays = findOrderProfileDisplayDataByDate(startDate, endDate);
Date constantEndDate = DateUtil.offsetDay(endDate, -1).toJdkDate();
List<OrderProfileDisplay> orderProfileDisplays = findOrderProfileDisplayDataByDate(startDate, constantEndDate);
CountDownLatch latch = new CountDownLatch(3);
//3. 十大运营中心订单数据
......
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