|
@@ -1048,7 +1048,7 @@ public class XxlJobService {
|
|
|
}
|
|
|
List<Content> contentList;
|
|
|
// 每天晚上随机全量同步
|
|
|
- boolean findAll = hour > 20 && Math.random() > 0.5;
|
|
|
+ boolean findAll = hour > 18 && Math.random() > 0.5;
|
|
|
if (findAll) {
|
|
|
contentList = aigcWaitingPublishContentService.getAllContent(account.getPlanId(), account.getAccountId(), null);
|
|
|
} else {
|