We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
这个数据量小体验不到,数据量大了后是不是 状态标记更好
The text was updated successfully, but these errors were encountered:
目前看项目是直接删除
// Delete 将用户从群组删除 func (d *groupUserRepo) Delete(groupId int64, userId int64) error { err := db.DB.Exec("delete from group_user where group_id = ? and user_id = ?", groupId, userId).Error if err != nil { return gerrors.WrapError(err) } return nil }
Sorry, something went wrong.
你说的是伪删除吗?那不是看具体业务需求吗?
No branches or pull requests
这个数据量小体验不到,数据量大了后是不是 状态标记更好
The text was updated successfully, but these errors were encountered: