|
@@ -493,7 +493,6 @@ public class UnmeasureTemperatureAlarmTask {
|
|
//todo 查询该单位的通知人
|
|
//todo 查询该单位的通知人
|
|
List<WarningPusher> pusherList = warningPusherService.findByCompanyId(companyInfo.getId());
|
|
List<WarningPusher> pusherList = warningPusherService.findByCompanyId(companyInfo.getId());
|
|
|
|
|
|
-
|
|
|
|
//todo 给单位相关人员推送通知
|
|
//todo 给单位相关人员推送通知
|
|
for (WarningPusher pusher: pusherList) {
|
|
for (WarningPusher pusher: pusherList) {
|
|
if (StringUtils.isNotEmpty(pusher.getOpenId())
|
|
if (StringUtils.isNotEmpty(pusher.getOpenId())
|