Merge branch 'zcwy0716-llf' into dev0525

This commit is contained in:
nisen
2024-07-17 19:34:39 +08:00

View File

@@ -152,7 +152,7 @@ public class StudySignupServiceImpl implements IStudySignupService{
scitem.setProgress(0);
scitem.setScore(0f);
scitem.setStatus(1);
scitem.setContentId((String) objs[0]);
scitem.setContentId(objs[0].toString());
scitem.setStudyId(signup.getStudyId());
// 如果需要可以取消注释以下行来设置contentName
// scitem.setContentName(c.getContentName());