mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-06 09:26:48 +08:00
在线管理资源完成情况修改
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.xboe.school.study.service.impl;
|
||||
|
||||
import java.math.BigInteger;
|
||||
import java.time.LocalDateTime;
|
||||
import java.util.ArrayList;
|
||||
import java.util.HashMap;
|
||||
@@ -224,8 +225,6 @@ public class StudyServiceImpl implements IStudyService{
|
||||
List<StudyCourseItem> item = new ArrayList<>();
|
||||
for (Object[] objs : list) {
|
||||
StudyCourseItem sc = new StudyCourseItem();
|
||||
sc.setCourseId(objs[1].toString());
|
||||
sc.setContentId(objs[4].toString());
|
||||
sc.setProgress((Integer) objs[5]);
|
||||
sc.setStatus((Integer) objs[6]);
|
||||
sc.setAname(objs[3].toString());
|
||||
|
||||
Reference in New Issue
Block a user