소스 검색

Merge branch 'dev-xym-fix-gh-detail' of Server/long-article-recommend into master

xueyiming 11 달 전
부모
커밋
099be1ac96
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      long-article-recommend-service/src/main/resources/mapper/growth/GhDetailMapper.xml

+ 1 - 1
long-article-recommend-service/src/main/resources/mapper/growth/GhDetailMapper.xml

@@ -72,7 +72,7 @@
     </where>
   </sql>
   <sql id="Base_Column_List">
-    id, gh_id, gh_name, type, category1, category2, is_delete, create_time, update_time
+    id, gh_id, gh_name, type, category1, category2, is_delete, create_time, update_time, channel
   </sql>
   <select id="selectByExample" parameterType="com.tzld.longarticle.recommend.server.repository.model.GhDetailExample" resultMap="BaseResultMap">
     select