Explorar el Código

修改服务指导时间

fuyuchuan hace 7 meses
padre
commit
c362637519

+ 3 - 3
service-fire/service-fire-biz/src/main/java/com/usky/fire/service/impl/BscEnterpriseScreenServiceImpl.java

@@ -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;