Commit 7743d1fc authored by huyuchen's avatar huyuchen

huych-合同自动化代码提交

parent 4a87d348
......@@ -30,6 +30,7 @@ import lombok.RequiredArgsConstructor;
import lombok.extern.log4j.Log4j2;
import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.stereotype.Service;
import org.springframework.web.client.RestTemplate;
......@@ -56,6 +57,7 @@ public class TEmployeeContractPreServiceImpl extends ServiceImpl<TEmployeeContra
private final TEmployeeContractAuditService tEmployeeContractAuditService;
@Autowired
private final TEmployeeContractInfoService contractInfoService;
@Autowired
......
......@@ -45,6 +45,7 @@ import com.yifu.cloud.plus.v1.yifu.insurances.entity.TEmployeeInsurancePre;
import lombok.AllArgsConstructor;
import lombok.extern.log4j.Log4j2;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.Lazy;
import org.springframework.stereotype.Service;
import java.time.LocalDateTime;
......@@ -65,6 +66,7 @@ import static com.alibaba.fastjson.serializer.SerializerFeature.*;
public class TEmployeePreLogServiceImpl extends ServiceImpl<TEmployeePreLogMapper, TEmployeePreLog> implements TEmployeePreLogService {
private final DaprInsurancesProperties daprInsurancesProperties;
private final TEmployeePreLogDetailService tEmployeePreLogDetailService;
@Lazy
private final TEmployeeContractPreService contractPreService;
/**
......
......@@ -123,6 +123,7 @@ public class TEmployeeProjectServiceImpl extends ServiceImpl<TEmployeeProjectMap
private TEmployeeContractAuditService tEmployeeContractAuditService;
@Autowired
@Lazy
private EmployeeRegistrationPreService registrationPreService;
@Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment