Merge branch 'test' into dev

This commit is contained in:
GYJ
2025-01-07 10:31:11 +08:00

View File

@@ -226,6 +226,7 @@ public class CourseServiceImpl extends ServiceImpl<CourseDao, Course> implements
map.put("dyEpisodeId", ""); map.put("dyEpisodeId", "");
map.put("wxCourseDetailsId", ""); map.put("wxCourseDetailsId", "");
map.putAll(countMap); map.putAll(countMap);
map.put("courseId", courseId + "");
} }
PageUtils pageUtils = PageUtils.page(pageInfo); PageUtils pageUtils = PageUtils.page(pageInfo);
// setCache(cacheKey, JSONUtil.toJsonStr(pageUtils)); // setCache(cacheKey, JSONUtil.toJsonStr(pageUtils));