|
@@ -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);
|
|
|
}
|