You've already forked FrameTour-BE
修改接口,务必返回视频地址
This commit is contained in:
@ -86,7 +86,7 @@
|
||||
where so.id = #{id} and ms.member_id = #{userId}
|
||||
</select>
|
||||
<select id="getById" resultType="com.ycwl.basic.model.pc.source.resp.SourceRespVO">
|
||||
select so.id, scenic_id, device_id, url, so.create_time, so.update_time,sc.`name` as scenicName
|
||||
select so.id, scenic_id, device_id, url, video_url, so.create_time, so.update_time,sc.`name` as scenicName
|
||||
from source so
|
||||
left join scenic sc on sc.id = so.scenic_id
|
||||
where so.id = #{id}
|
||||
|
Reference in New Issue
Block a user