Commit 709f7f85 by fangxingjun

no message

parent bafbae51
......@@ -14,7 +14,8 @@ if __name__ == '__main__':
assert site_name is not None, "site_name 不能为空!"
assert date_info is not None, "date_info 不能为空!"
db_type = DbTypes.postgresql.name
# db_type = DbTypes.postgresql.name
db_type = 'postgresql_15'
year = CommonUtil.reformat_date(date_info, "%Y-%m-%d", "%Y", )
query = f"""
select
......
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