This commit is contained in:
2024-12-10 21:08:51 +09:00
3 changed files with 7 additions and 7 deletions

View File

@@ -151,7 +151,7 @@ class dbapp(crudbase):
flow.flowid = flowhistory.flowid
flow.eventid=flowhistory.eventid
flow.name=flowhistory.name
flow.content=flow.content
flow.content=flowhistory.content
flow.updateuserid=userid
db.add(flow)
db.commit()