|
@@ -157,6 +157,10 @@ public class DashboardJob {
|
|
|
orderMap.put("orderData", orderData);
|
|
|
dataScreenMap.put("orderMap", orderMap);
|
|
|
|
|
|
+ //获取合格率信息数据
|
|
|
+ Map orderStatistics = orderService.orderStatitcs();
|
|
|
+ dataScreenMap.put("orderStatistics", orderStatistics);
|
|
|
+
|
|
|
Page<Repair> repairPage = new Page<Repair>(1L, 5);
|
|
|
repairPage.setSearchCount(false);
|
|
|
IPage<Repair> repairData = repairService.pageList(repairPage, new LbqWrapper<Repair>());
|