Forráskód Böngészése

数据清洗加入新字段

yumeng 4 éve
szülő
commit
b02358b0bc

+ 6 - 2
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaiShouVideoGetMapper.xml

@@ -129,11 +129,15 @@
     replace INTO ctop_etl_kuaishou_video_base_info (
 	signature,
 	channel_type,
-	photo_id
+	photo_id,
+    photo_name,
+    material_type
     ) SELECT
 	signature,
 	channel_type,
-	photo_id
+	photo_id,
+    photo_name,
+    material_type
   FROM
 	ctop_kuaishou_video_get
 	where  stat_date >= #{statDate}