feat(REQ-3714): 无用的引入处理
This commit is contained in:
parent
333f782554
commit
0985708ba7
@ -271,9 +271,6 @@ public class NodeUserFoundationServiceImpl implements NodeUserFoundationService
|
||||
|
||||
/**
|
||||
* 根据条件聚合查询节点用户
|
||||
*
|
||||
* @param req
|
||||
* @return
|
||||
*/
|
||||
@Override
|
||||
public List<SearchEntNodeUserResp> searchEntUser(SearchEntNodeUserReq req) {
|
||||
|
||||
@ -21,7 +21,6 @@ import cn.axzo.orgmanax.infra.client.tyr.RoleUserGateway;
|
||||
import cn.axzo.orgmanax.infra.client.workspace.WorkspaceGateway;
|
||||
import cn.axzo.orgmanax.infra.client.workspace.dto.Workspace;
|
||||
import cn.axzo.orgmanax.server.cooperateship.service.CooperateShipService;
|
||||
import cn.axzo.orgmanax.server.node.service.NodeService;
|
||||
import cn.axzo.orgmanax.server.nodeuser.dto.CheckUserOperateParam;
|
||||
import cn.axzo.orgmanax.server.nodeuser.service.NodeUserCheckService;
|
||||
import cn.axzo.orgmanax.server.nodeuser.service.NodeUserService;
|
||||
@ -60,8 +59,6 @@ public class NodeUserCheckServiceImpl implements NodeUserCheckService {
|
||||
|
||||
private final NodeUserService nodeUserService;
|
||||
|
||||
private final NodeService nodeService;
|
||||
|
||||
private final KarmaThirdApiClient karmaThirdApiClient;
|
||||
|
||||
// 单位类型默认角色关系,后面可以座位管理员的逻辑进行迭代
|
||||
@ -78,10 +75,6 @@ public class NodeUserCheckServiceImpl implements NodeUserCheckService {
|
||||
@Value("${entTeamLeader:entTeamLeader}")
|
||||
private String entTeamLeader;
|
||||
|
||||
// 企业内班组工人岗位编码
|
||||
@Value("${entWorker:entWorker}")
|
||||
private String entWorker;
|
||||
|
||||
@Override
|
||||
public List<BatchDeleteNodeUserCheckResp> checkUnit(BatchDeleteNodeUserCheckReq req) {
|
||||
List<BatchDeleteNodeUserCheckResp> resultList = new ArrayList<>();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user