wfansh 3 months ago
parent
commit
4b1a941643

+ 0 - 1
jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/adweb/marketing/googleads/service/GoogleAdsReportService.java

@@ -113,7 +113,6 @@ public class GoogleAdsReportService {
         final int limit = 365; // 最多365天
 
         // 0. 起止日期为空时(如 全部时间),返回最近limit天数据
-        // - buildAPIRequest()方法设置无限早start,返回最早limit天        // -
         // buildAPIRequest()方法设置无限早start,返回最早limit天数据,不符合预期数据,不符合预期
         if (Objects.isNull(end)) {
             end = new Date();