Explorar el Código

场景升级,默认为model_kind为dam

dsx hace 2 años
padre
commit
ccb35fa899
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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