diff options
Diffstat (limited to 'python/task_server')
| -rw-r--r-- | python/task_server/globeop.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/task_server/globeop.py b/python/task_server/globeop.py index d0dc2f2e..ccfb6150 100644 --- a/python/task_server/globeop.py +++ b/python/task_server/globeop.py @@ -190,7 +190,7 @@ def upload_bond_marks(engine, workdate: datetime.datetime, fund): d = workdate.date() df = pd.read_sql_query( "SELECT p.identifier, price from list_marks(%s) m " - "RIGHT JOIN list_positions(%s, NULL, False, %s) p " + "RIGHT JOIN list_positions(%s, NULL, True, %s) p " "ON m.identifier=p.figi; ", engine, params=( |
