Przeglądaj źródła

添加快手素材所属公司数据清洗定时任务

songyh 4 lat temu
rodzic
commit
91f46f489f

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

@@ -22,7 +22,7 @@ public interface EtlKuaishouAccountMaterialReportDailyMapper extends BaseMapper<
 
     void replace(@Param(value = "report")EtlKuaishouAccountMaterialReportDaily report);
 
-    void etlKuaishouReportCompanyInfo(@Param(value = "date") String formatDate);
+    void etlKuaishouReportCompanyInfo(@Param(value = "formatDate") String formatDate);
 
     void etlKuaishouVideoReportStateDate();
 }

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

@@ -214,7 +214,7 @@
             set a.company_name = uc.company_name
         where a.company_name is null
           and uc.company_name is not null
-          and a.stat_date = :date
+          and a.stat_date = #{formatDate}
     </update>
     <update id="etlKuaishouVideoReportStateDate">
         UPDATE ctop_etl_kuaishou_video_info info