feat: 新增住建厅价格计算

This commit is contained in:
han0
2024-07-12 11:11:28 +08:00
parent 44c8e8c096
commit cb0eb54984
26 changed files with 140 additions and 81 deletions

View File

@@ -15,7 +15,7 @@ if __name__ == '__main__':
with ClientApp().app_context():
for i in range(2, 12):
collect(2022, i + 1)
for i in range(1, 12):
for i in range(0, 12):
collect(2023, i + 1)
for i in range(0, 5):
collect(2024, i + 1)