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

remove print

parent f2aadaad
......@@ -460,5 +460,4 @@ def fd_manager(manager_ids, manager_names=None, start_date=None, end_date=None):
MANAGERNAME in ({manager_names}) AND
ISVALID = 1
"""
print(query)
return read_sql(query).sort_values("MANAGERCODE").reset_index(drop=True)
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