Merge branch 'zcwy0815-llf' into master-0705

This commit is contained in:
nisen
2024-08-15 20:20:14 +08:00

View File

@@ -101,7 +101,7 @@ public class StudyServiceImpl implements IStudyService{
if (sci.getId() != null){
dto.setStudyItemId(sci.getId());
}else {
log.info("学习记录id不能为空"+sci.getId());
log.info("学习记录插入失败"+sci.getId());
throw new IllegalArgumentException("学习记录插入失败");
}
//检查是否全部学习完成