@@ -327,6 +327,10 @@ class UserCustomerDataAdaptor:
per_sql="""select distinct `price_date`, `ret_1w`, `ret_1m`, `ret_6m`, `ret_1y`, `ret_ytd`, `ret_incep` from `tx_fund_count` where `fund_id`='{}' order by `price_date` ASC""".format(
cur_fund_id)
cur=tamp_fund_session.execute(per_sql)
eliffund_type==1:
per_sql="""select distinct `price_date`, `ret_1w`, `ret_1m`, `ret_6m`, `ret_1y`, `ret_ytd`, `ret_incep` from `fund_count` where `fund_id`='{}' order by `price_date` ASC""".format(
cur_fund_id)
cur=tamp_fund_session.execute(per_sql)
eliffund_type==3:
per_sql="""select distinct `price_date`, `ret_1w`, `ret_1m`, `ret_6m`, `ret_1y`, `ret_ytd`, `ret_incep` from `ifa_imported_fund_count` where `fund_id`='{}' order by `price_date` ASC""".format(