Commit 59cf08bb authored by Dr.李's avatar Dr.李

fixed bug for fetch factor data

parent 0ffce4ec
...@@ -275,7 +275,7 @@ class SqlEngine(object): ...@@ -275,7 +275,7 @@ class SqlEngine(object):
dependency = transformer.dependency dependency = transformer.dependency
factor_cols = _map_factors(dependency) factor_cols = _map_factors(dependency)
cond = universe.query_range(start_date, start_date, dates) cond = universe.query_range(start_date, end_date, dates)
big_table = FullFactorView big_table = FullFactorView
......
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