Commit 6a097230982f982718eb8818eff0aeda21ceb18c
1 parent
a79c5a75
Exists in
master
bug 修复
Showing
2 changed files
with
4 additions
and
0 deletions
 
Show diff stats
src/main/resources/mapper/UniversityConsultMapper.xml
src/main/resources/mapper/VideoMapper.xml
| ... | ... | @@ -15,6 +15,7 @@ | 
| 15 | 15 | <result column="logo_url" property="imgUrl" /> | 
| 16 | 16 | <result column="duration" property="duration" /> | 
| 17 | 17 | <result column="cover_url" property="coverUrl" /> | 
| 18 | + <result column="video_name" property="videoName" /> | |
| 18 | 19 | </resultMap> | 
| 19 | 20 | |
| 20 | 21 | <select id="getById" parameterType="java.lang.Integer" resultMap="VideoMap"> | ... | ... |