Commit 6e25e96c by tc

bug:[none]空数据

parent 0815fd61
...@@ -2882,9 +2882,9 @@ ...@@ -2882,9 +2882,9 @@
</select> </select>
<select id="getFundBookCounts" resultType="int"> <select id="getFundBookCounts" resultType="int">
select count(1) from (
SELECT SELECT
count(DISTINCT a.book_id) A.BOOK_ID, A.CHANNEL_ID
FROM FROM
BOOK_ADVISER A BOOK_ADVISER A
INNER JOIN INNER JOIN
...@@ -2913,5 +2913,6 @@ ...@@ -2913,5 +2913,6 @@
BF.BOOK_FUND_ID>0 BF.BOOK_FUND_ID>0
GROUP BY A.BOOK_ID, A.CHANNEL_ID GROUP BY A.BOOK_ID, A.CHANNEL_ID
)a
</select> </select>
</mapper> </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