Ver Fonte

Merge branch 'wyp/0612-fix' of Server/long-article-recommend into master

wangyunpeng há 1 mês atrás
pai
commit
febf13748e

+ 1 - 1
long-article-recommend-service/src/main/resources/mapper/longArticle/LongArticleBaseMapper.xml

@@ -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>