Commit 305c7810b4b83188d26060b32e025281408e62b8
1 parent
aee82c75
Exists in
master
添加阅读量
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/main/resources/mapper/VideoMapper.xml
... | ... | @@ -66,7 +66,7 @@ |
66 | 66 | </select> |
67 | 67 | |
68 | 68 | <select id="getUniversityList" parameterType="com.sincere.student.dto.VideoSearchDto" resultMap="VideoMap"> |
69 | - select distinct v.university_id , info.name,info.code ,info.logo_url from university_video v join | |
69 | + select distinct v.university_id ,v.read_number, info.name,info.code ,info.logo_url from university_video v join | |
70 | 70 | university_info info on v.university_id = info.id |
71 | 71 | <where> |
72 | 72 | <if test="columnType != 0"> | ... | ... |