Commit 548ba251 authored by Administrator's avatar Administrator

功能增加

parent c3d0ecb3
...@@ -100,7 +100,7 @@ public class UserController extends AbstractController { ...@@ -100,7 +100,7 @@ public class UserController extends AbstractController {
* @param id * @param id
* @return * @return
*/ */
@DeleteMapping("reset") @PostMapping("/reset")
public R reset(UserEntity ue) { public R reset(UserEntity ue) {
if (null != ue.getId()) { if (null != ue.getId()) {
......
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