添加数据库连接池

This commit is contained in:
wzy-warehouse
2026-06-06 13:34:18 +08:00
parent 39b46b58fd
commit a8737f1ec8
3 changed files with 25 additions and 19 deletions
+1 -1
View File
@@ -234,7 +234,7 @@ class RainfallDBN:
lat = point.get('lat')
source_type = point.get('source_type')
logger.info(f"预测点 ID={point_id}, source_type={source_type}")
logger.debug(f"预测点 ID={point_id}, source_type={source_type}")
# 获取降雨数据
if rainfall is not None and duration is not None: