fix:周平均消息 bug修复

This commit is contained in:
xiang
2025-08-23 14:10:45 +08:00
parent 6c88343a0f
commit bd54e68039
5 changed files with 16 additions and 2 deletions

View File

@@ -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>