Browse Source

场景升级 生成t_scene_plus_ext时,填充algorithm_time为scenepro表的创建时间

dengsixing 2 years ago
parent
commit
59ccecce55
1 changed files with 4 additions and 2 deletions
  1. 4 2
      src/main/resources/mapper/ucenter/SceneUpgradeMapper.xml

+ 4 - 2
src/main/resources/mapper/ucenter/SceneUpgradeMapper.xml

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