代码优化

This commit is contained in:
Administrator 2025-09-12 15:11:30 +08:00
parent fb2e54c11b
commit 1e644efabf
2 changed files with 5 additions and 4 deletions

View File

@ -3,6 +3,7 @@ package com.weaver.seconddev.jcl.organization.controller;
import com.weaver.common.authority.annotation.WeaPermission;
import com.weaver.common.base.entity.result.WeaResult;
import com.weaver.ebuilder.form.client.entity.field.ModuleField;
import com.weaver.framework.rpc.annotation.RpcReference;
import com.weaver.seconddev.jcl.common.service.CommonService;
import com.weaver.seconddev.jcl.organization.service.EmployeeRelationService;
import com.weaver.seconddev.jcl.organization.util.RecruitModuleUtils;
@ -34,8 +35,8 @@ public class EmployeeRelationController {
private EmployeeRelationService employeeRelationService;
@Autowired
private CommonService commonService;
@Autowired
private HrRemoteApiService hrRemoteApiService;
@RpcReference
HrRemoteApiService hrRemoteApiService;
/**
* 员工管理-根据姓名+手机号/姓名+邮箱/身份证号判断是否黑名单

View File

@ -32,8 +32,8 @@ public class XmindDataFilterCmd extends RegHookEvent {
@Autowired
private DatabaseUtils databaseUtils;
@Autowired
private HrRemoteApiService hrRemoteApiService;
@RpcReference
HrRemoteApiService hrRemoteApiService;
@Autowired
private CommonService commonService;