فهرست منبع

王垒、李娜效果报表

hcst_sunzhen 4 سال پیش
والد
کامیت
a0d3de31eb

+ 1 - 0
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/report/entity/KuaishouReportDailyAccountDTO.java

@@ -50,4 +50,5 @@ public class KuaishouReportDailyAccountDTO implements Serializable {
     private Long photoId;
     private String url;
     private String coverUrl;
+    private Integer materialType;
 }

+ 2 - 1
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/report/mapper/xml/KuaishouReportDailyAccountMapper.xml

@@ -1025,7 +1025,8 @@
             end
             ) as 'eventNextDayStayCost',  -- 次日留存成本
             (select url from ctop_kuaishou_video_get where photo_id = c.photo_id limit 1) as url,
-            (select cover_url from ctop_kuaishou_video_get where photo_id = c.photo_id limit 1) as coverUrl
+            (select cover_url from ctop_kuaishou_video_get where photo_id = c.photo_id limit 1) as coverUrl,
+            (select material_type from ctop_kuaishou_video_get where photo_id = c.photo_id limit 1) as materialType
             from
             ctop_kuaishou_report_daily_creative a
             left join (select * from ctop_user_allocation group by account_id) b on a.account_id = b.account_id