You've already forked FrameTour-BE
修改
This commit is contained in:
src/main
java
com
ycwl
basic
controller
mobile
mapper
model
mobile
pc
scenic
source
template
video
resp
task
service
impl
mobile
pc
task
mobile
task
utils
resources
@ -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.cover_url templateCoverUrl,
|
||||
t.name templateName,t.price templatePrice,v.is_buy isBuy, t.cover_url templateCoverUrl, t.slash_price slashPrice,
|
||||
s.name scenicName
|
||||
from video v
|
||||
left join scenic s on v.scenic_id = s.id
|
||||
|
Reference in New Issue
Block a user