fix:周平均消息 bug修复
This commit is contained in:
@@ -54,6 +54,9 @@
|
||||
select * from xb_fund_count
|
||||
where update_time between NOW() - INTERVAL 7 DAY and NOW()
|
||||
</select>
|
||||
<select id="queryAllFundList" resultMap="XbFundListMap" parameterType="Integer">
|
||||
select * from xb_fund_list where 1=1
|
||||
</select>
|
||||
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user