Commit b48d0bcb by 田超

Merge branch 'fixbug/1004539' into 'master'

bug:[1004539] 部分书籍es中查询不到

See merge request rays/pcloud-book!1247
parents c72ecba8 a98e7800
...@@ -2502,7 +2502,7 @@ ...@@ -2502,7 +2502,7 @@
<foreach collection="bookIds" index="i" item="item" open="(" separator="," close=")"> <foreach collection="bookIds" index="i" item="item" open="(" separator="," close=")">
${item} ${item}
</foreach> </foreach>
GROUP BY B.BOOK_ID GROUP BY B.BOOK_ID, A.ADVISER_ID, A.CHANNEL_ID
</select> </select>
<!-- 批量获取书籍信息 --> <!-- 批量获取书籍信息 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment