mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-13 04:46:50 +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[1]);
|
||||||
vo.setName((String) row[2]);
|
vo.setType((Integer) row[2]);
|
||||||
vo.setCoverImg((String) row[3]);
|
vo.setCoverImg((String) row[3]);
|
||||||
vo.setSysType1((String) row[4]);
|
vo.setSysType1((String) row[4]);
|
||||||
vo.setSysType2((String) row[5]);
|
vo.setSysType2((String) row[5]);
|
||||||
|
|||||||
Reference in New Issue
Block a user