Merge remote-tracking branch 'hsayi/dev/feat/partner1.3_20230828' into dev/feat/partner1.3_20230828

This commit is contained in:
苏竹红
2023-08-21 16:18:20 +08:00

View File

@@ -186,6 +186,8 @@ public class FollowTaskServiceImpl implements FollowTaskService {
@Override
public void followTaskAnHourAgoRemind() {
//更新过期的任务状态
hyFollowTaskDAO.updateUndoTaskStatusToOverdue();
//获取一个小时后的任务
Boolean hasNext = true;
int pageNum = CommonConstants.ONE, pageSize = CommonConstants.HUNDRED;
@@ -218,8 +220,6 @@ public class FollowTaskServiceImpl implements FollowTaskService {
noticeService.sendFeiShuNotice(FeiShuNoticeMsgEnum.FOLLOW_TASK, Arrays.asList(followTask.getFollowUserId()), content);
}
}
//更新过期的任务状态
hyFollowTaskDAO.updateUndoTaskStatusToOverdue();
}
@Override