long类型 映射

This commit is contained in:
2025-01-03 20:59:40 +08:00
parent 8140b01fd2
commit 4ab8f837d5
51 changed files with 223 additions and 28 deletions

View File

@@ -53,12 +53,6 @@
</delete>
<select id="selectCourseDetailsList" resultType="com.sqx.modules.course.entity.CourseDetails">
select *
from course_details
ORDER BY RAND()
</select>
<select id="countCourse" resultType="Map">
select
ifnull(sum(view_count),0) as viewCounts,