Authored by qinchao

报警电话更改:联盟激活改为报警组

... ... @@ -43,7 +43,7 @@ public class DeviceActiveTask {
@PostConstruct
public void init() {
mobile = getUsersInfoUtil.getMobileByAlarmGroup(AlarmGroupContants.UNION_MOBILE);
DEBUG.info("联盟激活的电话号码 is "+ mobile);
DEBUG.info("联盟激活的电话号码is "+ mobile);
}
@Scheduled(cron = "${cron_task_device_active}")
... ...