wfansh 5 tháng trước cách đây
mục cha
commit
e28225956d

+ 1 - 0
jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/adweb/dmp/controller/GTMController.java

@@ -41,6 +41,7 @@ public class GTMController {
             return Result.error("站点未找到" + siteId);
         }
 
+        // 如果GoogleGTM表中已存在,不再创建,返回现有记录
         GoogleGTM googleGTM =
                 gtmAdminService.createContainer(
                         adwebSite.getCode(), adwebSite.getDomain(), adwebSite.getName());