Commit 363db6e6 authored by 钱坤's avatar 钱坤

去掉is_high_or_low

parent f3c863fb
...@@ -37,9 +37,7 @@ ...@@ -37,9 +37,7 @@
res.price_date as priceDate, res.price_date as priceDate,
res.nav as nav, res.nav as nav,
res.cumulative_nav as cumulativeNav, res.cumulative_nav as cumulativeNav,
res.cumulative_nav_withdrawal as cumulativeNavWithdrawal, res.cumulative_nav_withdrawal as cumulativeNavWithdrawal
res.ishigh_or_low as ishighOrLow,
res.tohigh_nav_ratio as tohighNavRatio
from from
(SELECT fund_id, max(price_date) as price_date FROM fund_nav WHERE fund_id in (SELECT fund_id, max(price_date) as price_date FROM fund_nav WHERE fund_id in
<foreach close=")" collection="list" item="fundId" open="(" separator=","> <foreach close=")" collection="list" item="fundId" open="(" separator=",">
...@@ -71,8 +69,6 @@ ...@@ -71,8 +69,6 @@
res.nav as nav, res.nav as nav,
res.cumulative_nav as cumulativeNav, res.cumulative_nav as cumulativeNav,
res.cumulative_nav_withdrawal as cumulativeNavWithdrawal, res.cumulative_nav_withdrawal as cumulativeNavWithdrawal,
res.ishigh_or_low as ishighOrLow,
res.tohigh_nav_ratio as tohighNavRatio,
res.update_time as createTime res.update_time as createTime
from from
(SELECT fund_id, max(price_date) as price_date FROM fund_nav WHERE (SELECT fund_id, max(price_date) as price_date FROM fund_nav WHERE
...@@ -89,8 +85,6 @@ ...@@ -89,8 +85,6 @@
res.nav as nav, res.nav as nav,
res.cumulative_nav as cumulativeNav, res.cumulative_nav as cumulativeNav,
res.cumulative_nav_withdrawal as cumulativeNavWithdrawal, res.cumulative_nav_withdrawal as cumulativeNavWithdrawal,
res.ishigh_or_low as ishighOrLow,
res.tohigh_nav_ratio as tohighNavRatio,
res.update_time as createTime res.update_time as createTime
from from
(SELECT fund_id, max(price_date) as price_date FROM fund_nav_sub_pp_rh_view WHERE (SELECT fund_id, max(price_date) as price_date FROM fund_nav_sub_pp_rh_view WHERE
......
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