@@ -93,7 +93,7 @@ public class SopLogsTaskServiceImpl implements SopLogsTaskService {
// Batch size for database inserts, configurable via application.properties
- private final int BATCH_SIZE = 1000;
+ private final int BATCH_SIZE = 500;
@Autowired
private IFsCourseLinkService courseLinkService;
@@ -2041,7 +2041,7 @@ public class QwSopLogsServiceImpl extends ServiceImpl<QwSopLogsMapper, QwSopLogs
log.setRemark(remark);
log.setReceivingStatus(0L);
log.setSendTime(sendTime);
- log.setSort(nowSort);
+ log.setSort(30000001);
}
updateQueue.add(log);