文言修正

This commit is contained in:
xiaozhe.ma
2024-12-10 20:10:37 +09:00
parent c684105c2c
commit 8e0a9287e9
3 changed files with 8 additions and 8 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()