mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-18 15:26:54 +08:00
Merge branch 'zcwy0716-llf' into dev0525
This commit is contained in:
@@ -151,7 +151,8 @@ public class StudySignupServiceImpl implements IStudySignupService{
|
|||||||
scitem.setProgress(0);
|
scitem.setProgress(0);
|
||||||
scitem.setScore(0f);
|
scitem.setScore(0f);
|
||||||
scitem.setStatus(1);
|
scitem.setStatus(1);
|
||||||
scitem.setContentId(signup.getStudyId());
|
scitem.setContentId(c.getId());
|
||||||
|
scitem.setStudyId(signup.getStudyId());
|
||||||
// 如果需要,可以取消注释以下行来设置contentName
|
// 如果需要,可以取消注释以下行来设置contentName
|
||||||
// scitem.setContentName(c.getContentName());
|
// scitem.setContentName(c.getContentName());
|
||||||
scItemDao.save(scitem);
|
scItemDao.save(scitem);
|
||||||
|
|||||||
Reference in New Issue
Block a user