fix: 修复AuthServiceImpl重复声明customerMapper
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Agent
2026-03-24 13:00:10 +00:00
parent be26d87552
commit d03bd5a36c

View File

@@ -32,9 +32,6 @@ public class AuthServiceImpl implements AuthService {
@Autowired @Autowired
private CustomerMapper customerMapper; private CustomerMapper customerMapper;
@Autowired
private CustomerMapper customerMapper;
@Autowired @Autowired
private JwtUtil jwtUtil; private JwtUtil jwtUtil;