소스 검색

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

wangyunpeng 4 달 전
부모
커밋
febf13748e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      long-article-recommend-service/src/main/resources/mapper/longArticle/LongArticleBaseMapper.xml

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