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;
import com.yifu.cloud.plus.v1.yifu.insurances.vo.InsuranceBatchParam;
import org.apache.commons.collections.CollectionUtils;
import org.apache.commons.lang3.StringUtils;
import org.springframework.context.annotation.Lazy;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
......@@ -43,10 +44,13 @@ import java.util.List;
@Service
public class TInsuranceDetailServiceImpl extends ServiceImpl<TInsuranceDetailMapper, TInsuranceDetail> implements TInsuranceDetailService {
@Resource
@Lazy
private TInsuranceCompanyService tInsuranceCompanyService;
@Resource
@Lazy
private TInsuranceTypeService tInsuranceTypeService;
@Resource
@Lazy
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