精度丢失问题

This commit is contained in:
2025-01-07 16:36:53 +08:00
parent a98a249b13
commit bbde7e53f5

View File

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