Преглед изворни кода

计量器具及台账的定时任务

Zimo пре 5 дана
родитељ
комит
c54d18d0d1

+ 3 - 3
yudao-module-pms/yudao-module-pms-biz/src/main/java/cn/iocoder/yudao/module/pms/job/qhse/BookAndCertWeekJob.java

@@ -142,7 +142,7 @@ public class BookAndCertWeekJob implements JobHandler {
         certPageReqVO.setExpired(true);
         Long certExpired = iotMeasureCertMapper.selectCountByDeptAndExpireAndWarn(certPageReqVO, ids);
         pmsMessage.sendMessage(10L, "瑞恒兴域计量器具过期数量为:"+expired+",资质证书过期数量为:"+certExpired+"。请登录QHSE系统进行查看。",PmsConstants.WEEK_ALARM_MESSAGE,
-                140L,"13255461093");
+                873L,"15710003711");
         //瑞鹰
         Set<Long> ryids = new HashSet<>();
         IotMeasureBookPageReqVO ryreqVO = new IotMeasureBookPageReqVO();
@@ -154,7 +154,7 @@ public class BookAndCertWeekJob implements JobHandler {
         rycertPageReqVO.setExpired(true);
         Long rycertExpired = iotMeasureCertMapper.selectCountByDeptAndExpireAndWarn(rycertPageReqVO, ryids);
         pmsMessage.sendMessage(10L, "瑞鹰国际计量器具过期数量为:"+ryexpired+",资质证书过期数量为:"+rycertExpired+"。请登录QHSE系统进行查看。",PmsConstants.WEEK_ALARM_MESSAGE,
-                140L,"13255461093");
+                873L,"15710003711");
         //瑞都
         Set<Long> rdids = new HashSet<>();
         IotMeasureBookPageReqVO rdreqVO = new IotMeasureBookPageReqVO();
@@ -166,7 +166,7 @@ public class BookAndCertWeekJob implements JobHandler {
         rdcertPageReqVO.setExpired(true);
         Long rdcertExpired = iotMeasureCertMapper.selectCountByDeptAndExpireAndWarn(rdcertPageReqVO, rdids);
         pmsMessage.sendMessage(10L, "四川瑞都计量器具过期数量为:"+rdexpired+",资质证书过期数量为:"+rdcertExpired+"。请登录QHSE系统进行查看。",PmsConstants.WEEK_ALARM_MESSAGE,
-                140L,"13255461093");
+                873L,"15710003711");
         return "";
     }
 }