浏览代码

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

xueyiming 7 月之前
父节点
当前提交
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