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

BIN
conf/adweb_v3.sql.zip


+ 2 - 2
jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/adweb/seo/mapper/xml/SeoKeywordsMapper.xml

@@ -79,7 +79,7 @@
         IF(COUNT(*) = 0 OR t1.target IS NULL, 10, t1.target)
         FROM
         seo_market_plan t1,
-        adweb_seo_plan_subscription t2,
+        adweb_sysuser_plan_subscription t2,
         adweb_site t3
         WHERE
         t2.`status` = 1
@@ -322,7 +322,7 @@
         t1.id,
         t1.plan_id
         FROM
-        adweb_seo_plan_subscription t1,
+        adweb_sysuser_plan_subscription t1,
         adweb_site t2
         WHERE
         t1.site_id = t2.id

+ 1 - 1
jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/adweb/subscription/mapper/xml/SubscribePlanMapper.xml

@@ -8,7 +8,7 @@
         t1.id, t1.plan_name, target, specify_keyword, long_tail_keyword, external_links, article
         from
         adweb_subscribe_plan t1,
-        adweb_seo_plan_subscription t2
+        adweb_sysuser_plan_subscription t2
         where
         t1.id = t2.plan_id
         and t1.status = 1