bug
This commit is contained in:
@@ -139,7 +139,7 @@ public class CourseServiceImpl extends ServiceImpl<CourseDao, CourseEntity> impl
|
||||
@Override
|
||||
public List getCoursePrice() {
|
||||
//获取所有国学标签
|
||||
List<CourseSociologyEntity> courseSociologyEntities = courseSociologyDao.selectList(null);
|
||||
List<CourseSociologyEntity> courseSociologyEntities = courseSociologyDao.selectList(new LambdaQueryWrapper<CourseSociologyEntity>().orderByAsc(CourseSociologyEntity::getSort));
|
||||
ArrayList<Map> flag = new ArrayList<>();
|
||||
for (CourseSociologyEntity c : courseSociologyEntities){
|
||||
HashMap<String, Object> stringObjectHashMap = new HashMap<>();
|
||||
|
||||
Reference in New Issue
Block a user