Bug: 修复发树洞时自动关注失败和无法利用tag搜索的bug #7
Closed
ferrahit67
wants to merge 1 commits from ferrahit67/hole_thu_backend:master
into master
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'ferrahit67/hole_thu_backend:master'
Deleting a branch is permanent. It CANNOT be undone. Continue?
如题,可能是因为id生成方式改成了auto increment,在数据库中新建关注和tag记录时post还没有commit,导致id没有生成。
c6500a9422已修复
之前某次改动误删了db.session.commit()