summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authorshihaoyue <[email protected]>2024-09-06 23:37:32 +0800
committershihaoyue <[email protected]>2024-09-06 23:37:32 +0800
commit9ec6b8af0a2cb7d9380664ff962cd8a779ca82a5 (patch)
tree630f6fe911093f449c0f28c6113d5852ddd470be /server
parentbcf81fdb3376a0ae3be65b55aa4d96ef355f47f1 (diff)
更新数据库修补
Diffstat (limited to 'server')
-rw-r--r--server/apps/agentcomm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/apps/agentcomm.py b/server/apps/agentcomm.py
index befd176..f9b11d1 100644
--- a/server/apps/agentcomm.py
+++ b/server/apps/agentcomm.py
@@ -143,7 +143,7 @@ def task_ret(json_data):
db.session.commit()
return {"code": 200, "msg": "ok"}
task_log = TaskLog(
- created_by_agent = json_data["id"],
+ # created_by_agent = json_data["id"],
tlog_level = json_data["level"],
tlog_info = json_data["info"],
tlog_tp = json_data["taskpolicy"]