Commit 18a51ffc authored by huyuchen's avatar huyuchen

Merge remote-tracking branch 'origin/develop' into develop

parents 98ce4cd9 c78e4aff
...@@ -26,6 +26,7 @@ import com.yifu.cloud.plus.v1.yifu.insurances.vo.InsuranceAddParam; ...@@ -26,6 +26,7 @@ import com.yifu.cloud.plus.v1.yifu.insurances.vo.InsuranceAddParam;
import com.yifu.cloud.plus.v1.yifu.insurances.vo.InsuranceBatchParam; import com.yifu.cloud.plus.v1.yifu.insurances.vo.InsuranceBatchParam;
import org.apache.commons.collections.CollectionUtils; import org.apache.commons.collections.CollectionUtils;
import org.apache.commons.lang3.StringUtils; import org.apache.commons.lang3.StringUtils;
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;
...@@ -43,10 +44,13 @@ import java.util.List; ...@@ -43,10 +44,13 @@ import java.util.List;
@Service @Service
public class TInsuranceDetailServiceImpl extends ServiceImpl<TInsuranceDetailMapper, TInsuranceDetail> implements TInsuranceDetailService { public class TInsuranceDetailServiceImpl extends ServiceImpl<TInsuranceDetailMapper, TInsuranceDetail> implements TInsuranceDetailService {
@Resource @Resource
@Lazy
private TInsuranceCompanyService tInsuranceCompanyService; private TInsuranceCompanyService tInsuranceCompanyService;
@Resource @Resource
@Lazy
private TInsuranceTypeService tInsuranceTypeService; private TInsuranceTypeService tInsuranceTypeService;
@Resource @Resource
@Lazy
private TInsuranceTypeStandardService tInsuranceTypeStandardService; private TInsuranceTypeStandardService tInsuranceTypeStandardService;
/***********************商险办理********************************/ /***********************商险办理********************************/
......
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