You've already forked FrameTour-BE
1
This commit is contained in:
@@ -198,7 +198,7 @@
|
||||
where so.id = #{id} and ms.member_id = #{userId} and so.id is not null
|
||||
</select>
|
||||
<select id="getById" resultType="com.ycwl.basic.model.pc.source.resp.SourceRespVO">
|
||||
select so.id, scenic_id, device_id, thumb_url, url, video_url, so.create_time, so.update_time
|
||||
select so.id, scenic_id, device_id, thumb_url, type, url, video_url, so.create_time, so.update_time
|
||||
from source so
|
||||
|
||||
where so.id = #{id}
|
||||
|
||||
Reference in New Issue
Block a user