Commit a98e7800 by 吴博

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

parent c72ecba8
......@@ -2502,7 +2502,7 @@
<foreach collection="bookIds" index="i" item="item" open="(" separator="," close=")">
${item}
</foreach>
GROUP BY B.BOOK_ID
GROUP BY B.BOOK_ID, A.ADVISER_ID, A.CHANNEL_ID
</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