浏览代码

Merge branch 'feature-v4.5.0-20221222' into test

dsx 2 年之前
父节点
当前提交
c23b5c2646
共有 1 个文件被更改,包括 2 次插入0 次删除
  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