wfansh 5 months ago
parent
commit
a8e1711c67

+ 1 - 1
jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/adweb/dmp/service/google/GAReportService.java

@@ -88,8 +88,8 @@ public class GAReportService {
         // TODO: 获取可查的GoogleGTM对象
         List<GoogleGTM> googleGTMS = Collections.emptyList();
 
-        // 每个帐号同步更新三张报表
         for (GoogleGTM googleGTM : googleGTMS) {
+            // 每个帐号同步更新三张报表
             try {
                 this.syncGACountryReport(googleGTM);
                 this.syncGASourceMediumReport(googleGTM);