|
@@ -11,6 +11,7 @@ import java.util.stream.Collectors;
|
|
|
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
import org.apache.commons.lang3.StringUtils;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
+import org.springframework.context.annotation.Lazy;
|
|
import org.springframework.stereotype.Service;
|
|
import org.springframework.stereotype.Service;
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
|
|
|
|
@@ -55,6 +56,7 @@ public class OrganizationServiceImpl extends BaseServiceImpl<Integer, Organizati
|
|
@Autowired
|
|
@Autowired
|
|
private SysEmployeePositionService employeePositionService;
|
|
private SysEmployeePositionService employeePositionService;
|
|
@Autowired
|
|
@Autowired
|
|
|
|
+ @Lazy
|
|
private ContractService contractService;
|
|
private ContractService contractService;
|
|
@Autowired
|
|
@Autowired
|
|
private TenantInfoDao tenantInfoDao;
|
|
private TenantInfoDao tenantInfoDao;
|