Refine
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
from .database import *
|
from .database import *
|
||||||
from .s0_base import *
|
from .s0_base import *
|
||||||
|
import json
|
||||||
|
|
||||||
def get_pipe_risk_probability_now(name: str, pipe_id: str) -> dict[str, Any]:
|
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}'")
|
t = try_read(name, f"select * from pipe_risk_probability where pipeid = '{pipe_id}'")
|
||||||
|
|||||||
Reference in New Issue
Block a user