视频列表接口优化
This commit is contained in:
@ -146,7 +146,7 @@
|
||||
</select>
|
||||
|
||||
<select id="getAllVideoByClassify" resultType="com.stdiet.custom.dto.response.VideoResponse">
|
||||
select snv.video_id as videoId, snv.title
|
||||
select snv.video_id as videoId, snv.title, snv.cover_url as coverUrl,snv.play_num as playNum
|
||||
from sys_nutritional_video snv where cate_id = #{id} and del_flag = 0 and show_flag = 1
|
||||
<if test="userType != null">
|
||||
<if test="userType == 0">
|
||||
|
Reference in New Issue
Block a user