记得上下班打卡 | git大法好,push需谨慎

Commit a788e46c authored by 张国柄's avatar 张国柄

~暂时停用注销逻辑;

parent 692e6726
......@@ -379,11 +379,11 @@ public class AdamLoginController {
@ApiOperation(value = "注销")
@PostMapping(value = {"close"})
public ResponseDto<Object> close() {
log.info("###close_uid:{}", CurrentUtil.getCurrentUid());
this.logout();
adamUserService.close(CurrentUtil.getCurrentUid());
// log.info("###close_uid:{}", CurrentUtil.getCurrentUid());
//
// this.logout();
//
// adamUserService.close(CurrentUtil.getCurrentUid());
return ResponseDto.success();
}
......
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