多环境

This commit is contained in:
2024-12-17 15:27:17 +08:00
parent d308ef9bca
commit b3b7590775
7 changed files with 231 additions and 112 deletions

View File

@ -49,7 +49,7 @@
</select>
<select id="getById" resultType="com.ycwl.basic.model.pc.video.resp.VideoRespVO">
select v.id, v.scenic_id, member_id, template_id, task_id, worker_id, video_url, v.create_time, v.update_time,
t.name templateName,t.price templatePrice,v.is_buy isBuy,
t.name templateName,t.price templatePrice,v.is_buy isBuy, t.cover_url templateCoverUrl,
s.name scenicName
from video v
left join scenic s on v.scenic_id = s.id