yumeng 3 anni fa
parent
commit
91d528594c

+ 2 - 2
jeecg-boot-module-system/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaiShouReportDailyMaterialMapper.xml

@@ -1052,7 +1052,7 @@
         </if>
         ORDER BY t1.charge DESC
     </select>
-    <select id="get3MonthVideo">
+    <select id="get3MonthVideo" resultType="cn.com.ctop.kuaishou.modules.batch.entity.vo.KuaiShouVideoGetVo">
         SELECT
         t.*
         FROM
@@ -1064,7 +1064,7 @@
         t1.cover_url AS 'coverUrl',
         sum( t1.charge ) AS 'charge',
         t1.channel_type AS 'channelType',
-        t1.video_name AS 'photoNaem'
+        t1.video_name AS 'photoName'
         FROM
         `application`.app_kuaishou_video_report_busi_m t1
         WHERE