|
@@ -34,6 +34,7 @@ public class DisposePublishingNoticeTask extends AbstractTask {
|
|
|
|
|
|
@Override
|
|
@Override
|
|
public void run(ScheduleJob scheduleJob) throws Exception {
|
|
public void run(ScheduleJob scheduleJob) throws Exception {
|
|
|
|
+ //获取待处理的通知进度数据
|
|
GetNoticeRulePublishProgressListResp progressResponse = noticeCloudService.getToBeDisposedNoticeRulePublishProgressList();
|
|
GetNoticeRulePublishProgressListResp progressResponse = noticeCloudService.getToBeDisposedNoticeRulePublishProgressList();
|
|
List<NoticeRulePublishProgressBean> progressList = progressResponse.getList();
|
|
List<NoticeRulePublishProgressBean> progressList = progressResponse.getList();
|
|
if (progressList == null || progressList.isEmpty()) {
|
|
if (progressList == null || progressList.isEmpty()) {
|