添加降雨量与持续时间接口

This commit is contained in:
wzy-warehouse
2026-06-28 09:26:13 +08:00
parent 54f7300557
commit 1f01ceb062
6 changed files with 240 additions and 16 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ class QgisRepository:
sql = """
SELECT id, name, event_type, occurred_time, condition
FROM xian_inference_result
WHERE id = %s
WHERE id = %s AND is_delete = 0
"""
rows = db_helper.execute_query(sql, (inference_id,))
if not rows: