Skip to content
New issue

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

[issue 573 feature]: add soft delete #579

Closed
wants to merge 1 commit into from
Closed

[issue 573 feature]: add soft delete #579

wants to merge 1 commit into from

Conversation

cugxuan
Copy link
Contributor

@cugxuan cugxuan commented Jun 30, 2020

Fixes #573

when you delete user in 后台首页 -> 权限 -> 用户列表
E9BB3BDF9ADBC29E4D3F0EB574112A3B

The user will be deleted totally in mysql. I upgrade the logical of delete.
When create a delete http request

  • http://localhost:8080/api/v1/users/4, the user 4 will be deleted softly.
  • http://localhost:8080/api/v1/users/4?delete=true, the user 4 will be deleted.

If the user

@cugxuan cugxuan closed this Jun 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

deleted not work
1 participant