From 3da6650784c817c8d382169f45d5fc4442f0f8db Mon Sep 17 00:00:00 2001 From: DingZQ Date: Wed, 16 Apr 2025 22:14:34 +0800 Subject: [PATCH] Refine --- online_Analysis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/online_Analysis.py b/online_Analysis.py index 5112614..ca652bf 100644 --- a/online_Analysis.py +++ b/online_Analysis.py @@ -1090,7 +1090,7 @@ if __name__ == '__main__': # delete_scheme_info(name='bb', scheme_name='burst_scheme') # 示例:upload_shp_to_pg - upload_shp_to_pg(name='bb', table_name='GIS_pipe', role='86158', shp_file_path='市政管线.shp') + upload_shp_to_pg(name='bb', table_name='GIS_pipe', role='Administrator', shp_file_path='市政管线.shp') # 示例:submit_risk_probability_result submit_risk_probability_result(name='bb', result_file_path='./北碚市政管线风险评价结果.xlsx')