Commit e3576c36 authored by Dr.李's avatar Dr.李

fix utility

parent 9ba39f80
This diff is collapsed.
...@@ -101,7 +101,7 @@ def fd_assetportfolio(security_ids, report_dates_begin): ...@@ -101,7 +101,7 @@ def fd_assetportfolio(security_ids, report_dates_begin):
sec_id_strs = ",".join(["'" + s + "'" for s in security_ids]) sec_id_strs = ",".join(["'" + s + "'" for s in security_ids])
query = f""" query = f"""
SELECT SECURITYID, REPORTDATE, EQUITYINVERTO from TQ_FD_ASSETPORTFOLIO SELECT SECURITYID, REPORTDATE, BDRTO, CONVBDRTO, EQUITYINVERTO from TQ_FD_ASSETPORTFOLIO
WHERE WHERE
REPORTDATE >= '{report_dates_begin}' AND REPORTDATE >= '{report_dates_begin}' AND
ISVALID = 1 AND ISVALID = 1 AND
......
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