添加降雨量与持续时间接口
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user