Commit ac6fac89 by dong

fix20221211

parent ebf3c5a0
...@@ -682,7 +682,8 @@ def add_project(): ...@@ -682,7 +682,8 @@ def add_project():
cooperation_way=cooperation_way, cooperation_way=cooperation_way,
other_source=other_source, other_source=other_source,
remark=remark, remark=remark,
is_delete=0 is_delete=0,
flag=1
) )
db.session.add(new_project_obj) db.session.add(new_project_obj)
db.session.commit() db.session.commit()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment