精度丢失问题
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user