mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-08 10:26:48 +08:00
fix: 课程列表接口纠错
This commit is contained in:
@@ -145,7 +145,7 @@ public class CourseDao extends BaseDao<Course> {
|
||||
}
|
||||
|
||||
vo.setName((String) row[1]);
|
||||
vo.setName((String) row[2]);
|
||||
vo.setType((Integer) row[2]);
|
||||
vo.setCoverImg((String) row[3]);
|
||||
vo.setSysType1((String) row[4]);
|
||||
vo.setSysType2((String) row[5]);
|
||||
|
||||
Reference in New Issue
Block a user