Commit 0f40a35a authored by 钱坤's avatar 钱坤

私有基金没有cumulative_nav_withdrawal字段,改掉

No related merge requests found
......@@ -55,7 +55,7 @@
res.price_date as priceDate,
res.nav as nav,
res.cumulative_nav as cumulativeNav,
res.cumulative_nav_withdrawal as cumulativeNavWithdrawal,
res.cumulative_nav as cumulativeNavWithdrawal,
res.ishigh_or_low as ishighOrLow,
res.tohigh_nav_ratio as tohighNavRatio
from
......
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