app/models.py
self.confirmed = True
db.session.add(self)
db.session.commit()
这里的数据修改完后必须commit提交上去,不然confirmed的值还是为False