|
@ -565,8 +565,10 @@ if __name__ == '__main__': |
|
|
|
|
|
|
|
|
client = create_clickhouse_client() |
|
|
client = create_clickhouse_client() |
|
|
|
|
|
|
|
|
last_year, last_month = get_report_year_month() |
|
|
# last_year, last_month = get_report_year_month() |
|
|
start_time, end_time = get_report_start_end() |
|
|
# start_time, end_time = get_report_start_end() |
|
|
|
|
|
last_year, last_month = 2023, 11 |
|
|
|
|
|
start_time, end_time = '2023-11-01', '2023-12-01' |
|
|
|
|
|
|
|
|
qs1 = db_helper.querystring_procinst_by_user(start_time, end_time) |
|
|
qs1 = db_helper.querystring_procinst_by_user(start_time, end_time) |
|
|
procinst_by_user = client.execute(qs1) |
|
|
procinst_by_user = client.execute(qs1) |
|
|