@@ -49,7 +49,7 @@
</delete>
<select id="queryFundNavByDate" resultType="java.lang.String">
- select to_char(price_date, 'YYYY-MM-DD') as price_date
+ select DATE_FORMAT(price_date, '%Y-%m-%d') as price_date
from asset
where isvalid = 1
and fund_id = #{fundId}