@@ -63,7 +63,8 @@
scene_from,
scene_kind,
videos,
- algorithm_time
+ algorithm_time,
+ is_obj
)
SELECT
p.id,
@@ -98,7 +99,8 @@
END AS scene_from,
#{sceneKind} scene_kind,
p.videos,
- p.`create_time`
+ p.`create_time`,
+ p.is_obj
FROM
t_scene_pro p
WHERE p.id = #{sceneProId}