@@ -21,7 +21,7 @@ import java.util.Date;
* @Version: V1.0
*/
@Data
-@TableName("seo_plan_subscription")
+@TableName("adweb_seo_plan_subscription")
@Accessors(chain = true)
@EqualsAndHashCode(callSuper = false)
@Schema(description = "seo套餐订购")
@@ -30,7 +30,7 @@ public interface SeoPlanSubscriptionMapper extends BaseMapper<SeoPlanSubscriptio
* @Date: 2021/4/6
@Select("select t1.plan_name planName, t1.keyword_count keywordCount, t1.service_time serviceTime, t1.price price,t2.plan_id planId " +
- "from subscribe_plan t1 ,seo_plan_subscription t2 " +
+ "from adweb_subscribe_plan t1 ,adweb_seo_plan_subscription t2 " +
"where t1.id = t2.plan_id AND t2.site_id = #{siteId} AND t2.status = 1")
Map<String, String> getSubscribePlanBySiteId(Integer siteId);
}
@@ -79,7 +79,7 @@
IF(COUNT(*) = 0 OR t1.target IS NULL, 10, t1.target)
FROM
seo_market_plan t1,
- seo_plan_subscription t2,
+ adweb_seo_plan_subscription t2,
adweb_site t3
WHERE
t2.`status` = 1
@@ -321,7 +321,7 @@
t1.id,
t1.plan_id
- seo_plan_subscription t1,
+ adweb_seo_plan_subscription t1,
adweb_site t2
t1.site_id = t2.id
@@ -5,8 +5,8 @@
SELECT
- subscribe_plan t1,
+ adweb_subscribe_plan t1,
@@ -8,7 +8,7 @@
t1.id,t1.plan_name,specify_keyword,long_tail_keyword,external_links,article
from
subscribe_plan t1,
- seo_plan_subscription t2
+ adweb_seo_plan_subscription t2
where
t1.id = t2.plan_id
and t1.status = 1