Commit 726a9a23 authored by pengxiong's avatar pengxiong

qimsession

parent ca1916e4
......@@ -328,5 +328,5 @@ class DataIntegrate:
if __name__ == '__main__':
start = time.time()
DataIntegrate(ifa_id='USER_INFO15916074031596', customer_id='6716613800730570752')
DataIntegrate(ifa_id='USER_INFO15914346866762', customer_id='202009281545001')
print('耗时{}秒'.format(round(time.time()-start, 2)))
......@@ -13,6 +13,8 @@ import os
from app.api.engine import tamp_user_engine, tamp_order_engine, TAMP_SQL
from sqlalchemy.ext.declarative import declarative_base
from sqlalchemy import Column, String, Integer, and_
from app.service.portfolio_diagnose import fund_rank, tamp_fund
from app.utils.jinjia2html_v2 import DataIntegrate
from concurrent import futures
......
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