This commit is contained in:
2025-12-06 22:28:01 +08:00
parent 9f5a61247b
commit 349b702fc3

View File

@@ -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}