提交 68cdf7a4 编写于 作者: F fengyw

学习记录查看

上级 96097196
......@@ -73,7 +73,7 @@ public class AdminUserStudyBiz extends BaseBiz {
for (AdminUserStudyPageResp resp : respPage.getList()) {
resp.setUserStudyPeriodPageRespList(BeanUtil.copyProperties(periodMap.get(resp.getId()), AdminUserStudyPeriodPageResp.class));
for (AdminUserStudyPeriodPageResp period : resp.getUserStudyPeriodPageRespList()) {
UserStudy userStudy = userStudyMap.get(period.getPeriodId());
UserStudy userStudy = userStudyMap.get(period.getId());
if (ObjectUtil.isNotEmpty(userStudy)) {
period.setProgress(userStudy.getProgress());
period.setGmtCreate(userStudy.getGmtCreate());
......
......@@ -33,7 +33,7 @@ public class AdminUserStudyPeriodPageResp implements Serializable {
private LocalDateTime gmtModified;
@ApiModelProperty(value = "课时ID")
private Long periodId;
private Long id;
@ApiModelProperty(value = "课时名称")
private String periodName;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册