Compare commits
2 Commits
7f2fda16ec
...
57166af2f4
| Author | SHA1 | Date | |
|---|---|---|---|
| 57166af2f4 | |||
| fcb8ac9c22 |
@@ -155,6 +155,7 @@ public class LessonPlansServiceImpl implements LessonPlansService {
|
||||
|
||||
|
||||
try {
|
||||
log.info("开始生成周末计划");
|
||||
int syncWeekendSize = totalWords.size() / 2;
|
||||
for (int i = 0; i < 2; i++) {
|
||||
List<VocabularyBankDO> checkList = totalWords.subList(i * syncWeekendSize, Math.min((i + 1) * syncWeekendSize, syncWeekendSize));
|
||||
|
||||
Reference in New Issue
Block a user