Browse Source

场景升级增加is_obj字段同步

dengsixing 2 years ago
parent
commit
2aff007a9b
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

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