修改表名

This commit is contained in:
wzy-warehouse
2026-06-06 21:25:19 +08:00
parent caa07e0b3f
commit b7502954ba
+1 -1
View File
@@ -702,7 +702,7 @@ class DbnRepository:
"""
import json
sql = """
INSERT INTO inference_result (event_type, occurred_time, operation_type, condition, result)
INSERT INTO xian_inference_result (event_type, occurred_time, operation_type, condition, result)
VALUES (%s, %s, %s, %s::jsonb, %s::jsonb)
RETURNING id
"""