Commit c4a03596 by 田超

Merge branch 'feature/1004406' into 'master'

bug:[none]空数据

See merge request rays/pcloud-book!1229
parents 6675e9b1 6e25e96c
......@@ -2882,9 +2882,9 @@
</select>
<select id="getFundBookCounts" resultType="int">
select count(1) from (
SELECT
count(DISTINCT a.book_id)
A.BOOK_ID, A.CHANNEL_ID
FROM
BOOK_ADVISER A
INNER JOIN
......@@ -2913,5 +2913,6 @@
BF.BOOK_FUND_ID>0
GROUP BY A.BOOK_ID, A.CHANNEL_ID
)a
</select>
</mapper>
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