feat: 注入方式调整
This commit is contained in:
parent
2cbf811f74
commit
949eef53ad
@ -47,6 +47,7 @@ import cn.hutool.json.JSONUtil;
|
||||
import lombok.Data;
|
||||
import lombok.RequiredArgsConstructor;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.beans.factory.annotation.Qualifier;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
@ -83,7 +84,8 @@ public class TyrSaasAuthServiceImpl implements TyrSaasAuthService {
|
||||
private final RoleUserService roleUserService;
|
||||
private final ServicePkgClient servicePkgClient;
|
||||
@Qualifier("authExecutor")
|
||||
private final Executor executor;
|
||||
@Autowired
|
||||
private Executor executor;
|
||||
private final ProductFeatureRelationService productFeatureRelationService;
|
||||
private final PermissionPointService permissionPointService;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user