Commit 6e25e96c by tc

bug:[none]空数据

parent 0815fd61
......@@ -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