@@ -62,7 +62,8 @@
scene_resolution,
scene_from,
scene_kind,
- videos
+ videos,
+ algorithm_time
)
SELECT
p.id,
@@ -96,7 +97,8 @@
ELSE NULL
END AS scene_from,
#{sceneKind} scene_kind,
- p.videos
+ p.videos,
+ p.`create_time`
FROM
t_scene_pro p
WHERE p.id = #{sceneProId}