mirror of
https://github.com/suhf/No1WMS.git
synced 2026-02-04 12:13:24 +09:00
auth aspect
This commit is contained in:
@@ -91,6 +91,7 @@ public class AuthAspect {
|
||||
data.setEmployeeNumber("11232");
|
||||
HttpSession session = request.getSession();
|
||||
|
||||
|
||||
AccountDto dto = accountService.selectByLogin(data);
|
||||
if(dto.getPassword().equals(data.getPassword())){
|
||||
authDto.setId(dto.getPersonalAuthorityId());
|
||||
|
||||
Reference in New Issue
Block a user