...
|
...
|
@@ -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}")
|
...
|
...
|
|