wanghongzhi 1 year ago
parent
commit
46c6cf3c3c

+ 0 - 1
easydo-system/src/main/java/easydo/technology/system/security/rest/AuthorizationController.java

@@ -70,7 +70,6 @@ public class AuthorizationController {
     private final DeptService deptService;
     private final LoginProperties loginProperties;
 
-    @WebLog
     @AnonymousPostMapping(value = "/login")
     public ResponseEntity<Object> login(@Validated @RequestBody AuthUserDto authUser, HttpServletRequest request)
             throws Exception {