瀏覽代碼

修复channel查询不到的问题

xueyiming 7 月之前
父節點
當前提交
1602dbaab3
共有 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