过期课程修改

This commit is contained in:
wuchunlei
2025-03-05 11:47:46 +08:00
parent efc893767d
commit 7921c8bfa9
2 changed files with 4 additions and 3 deletions

View File

@@ -338,7 +338,7 @@ public class CourseServiceImpl extends ServiceImpl<CourseDao, CourseEntity> impl
@Override
public List getCourseExpire(Map<String, Object> param) {
List<Map<String,Object>> courseEntities = null;
List<Map<String,Object>> courseEntities = new ArrayList<>();
MPJLambdaWrapper<CourseEntity> wrapper = new MPJLambdaWrapper<>();
wrapper.distinct();
wrapper.leftJoin(CourseCatalogueEntity.class,CourseCatalogueEntity::getCourseId,CourseEntity::getId);