Browse Source

场景升级,默认为model_kind为dam

dsx 2 years ago
parent
commit
ccb35fa899
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/main/resources/mapper/ucenter/SceneUpgradeMapper.xml

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

@@ -60,6 +60,7 @@
     scene_resolution,
     scene_from,
     scene_kind,
+    model_kind,
     videos,
     algorithm_time,
     is_obj
@@ -96,6 +97,7 @@
       ELSE NULL
      END AS scene_from,
     #{sceneKind} scene_kind,
+    'dam',
     p.videos,
     p.`create_time`,
     p.is_obj