Sfoglia il codice sorgente

清除无用的头条图片报表数据清洗逻辑

syh 4 anni fa
parent
commit
13a098fe1d

+ 0 - 2
module-toutiao/src/main/java/cn/com/ctop/toutiao/modules/report/service/impl/BytedanceReportServiceImpl.java

@@ -519,8 +519,6 @@ public class BytedanceReportServiceImpl implements IBytedanceReportService {
         bytedanceReportMaterialDailyMapper.updateImageReportCode();
         bytedanceReportMaterialDailyMapper.updateImageReportProjectId();
         bytedanceReportMaterialDailyMapper.updateImageReportProjectName();
-        bytedanceReportMaterialDailyMapper.updateImageReportPlaneId();
-        bytedanceReportMaterialDailyMapper.updateImageReportPlaneName();
         log.info("头条素材报表结束 当前accountId为:{}  {}~{}" , accountId, startDate,endDate);
         return code;
     }