This commit is contained in:
DingZQ
2025-04-19 12:35:50 +08:00
parent 3afcb678e5
commit cd3a221459

View File

@@ -1,5 +1,6 @@
from .database import *
from .s0_base import *
import json
def get_pipe_risk_probability_now(name: str, pipe_id: str) -> dict[str, Any]:
t = try_read(name, f"select * from pipe_risk_probability where pipeid = '{pipe_id}'")