文言修正
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user