|
|
@@ -720,11 +720,11 @@ public class BscEnterpriseScreenServiceImpl extends AbstractCrudService<BscEnter
|
|
|
);
|
|
|
|
|
|
ServiceGuidanceVO vo = new ServiceGuidanceVO();
|
|
|
- vo.setIotAlarmTips(5L);
|
|
|
+ vo.setIotAlarmTips(2L);
|
|
|
// 1408
|
|
|
vo.setTotalPushTips(2816L);
|
|
|
- // 18+6=24; 18/24=0.75
|
|
|
- vo.setRectificationCompletionRate(50.00);
|
|
|
+ // 18+6=24; 18/24=0.75 4/5=0.8
|
|
|
+ vo.setRectificationCompletionRate(80.00);
|
|
|
vo.setReceiveRate(100.00);
|
|
|
vo.setMhBuildRectifies(list);
|
|
|
return vo;
|