|
@@ -460,7 +460,7 @@
|
|
|
|
|
|
<select id="getGroupPublishPlanAccounts"
|
|
|
resultType="com.tzld.longarticle.recommend.server.model.dto.aigc.PublishPlanAccountDTO">
|
|
|
- select plan_id, publish_account_id, count(1) as cnt
|
|
|
+ select plan_id as planId, publish_account_id as accountId, count(1) as cnt
|
|
|
from publish_content_gzh_waiting
|
|
|
GROUP BY plan_id, publish_account_id
|
|
|
</select>
|