@@ -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
- adweb_seo_plan_subscription t1,
+ adweb_sysuser_plan_subscription t1,
adweb_site t2
t1.site_id = t2.id
@@ -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