|
@@ -64,6 +64,7 @@ import com.ydtech.modules.order.entity.vo.zj.ZjQuoteAccidentVo;
|
|
|
import com.ydtech.modules.order.service.*;
|
|
import com.ydtech.modules.order.service.*;
|
|
|
import com.ydtech.modules.protocol.entity.constants.PtlApiType;
|
|
import com.ydtech.modules.protocol.entity.constants.PtlApiType;
|
|
|
import com.ydtech.modules.protocol.entity.dto.PtlAgreementInsCompanyDto;
|
|
import com.ydtech.modules.protocol.entity.dto.PtlAgreementInsCompanyDto;
|
|
|
|
|
+import com.ydtech.modules.protocol.entity.po.PtlAgreement;
|
|
|
import com.ydtech.modules.protocol.service.PtlAgreementService;
|
|
import com.ydtech.modules.protocol.service.PtlAgreementService;
|
|
|
import com.ydtech.modules.protocols.entity.po.InsFeeOrderNew;
|
|
import com.ydtech.modules.protocols.entity.po.InsFeeOrderNew;
|
|
|
import com.ydtech.modules.protocols.entity.po.PtlAgreementProductCostsNew;
|
|
import com.ydtech.modules.protocols.entity.po.PtlAgreementProductCostsNew;
|
|
@@ -821,6 +822,10 @@ public class InsOrdersServiceImpl extends ServiceImpl<InsOrdersMapper, InsOrders
|
|
|
} else {
|
|
} else {
|
|
|
orderAndAreaCompany.setJqInsuranceType(new JSONArray());
|
|
orderAndAreaCompany.setJqInsuranceType(new JSONArray());
|
|
|
}
|
|
}
|
|
|
|
|
+ // 获取协议信息、 录入来源
|
|
|
|
|
+ PtlAgreement ptlAgreement = ptlAgreementService.getById(orderAndAreaCompany.getAgreementId());
|
|
|
|
|
+ orderAndAreaCompany.setPtlAgreement(ptlAgreement);
|
|
|
|
|
+ orderAndAreaCompany.setEntryStatus(orderAndAreaCompany.getEntryStatus());
|
|
|
|
|
|
|
|
String insOrdersUnderwritingReason = insOrdersUnderwritingReasonService.getInsOrdersUnderwritingReason(orderAndAreaCompany.getId(), orderAndAreaCompany.getOrderstatus());
|
|
String insOrdersUnderwritingReason = insOrdersUnderwritingReasonService.getInsOrdersUnderwritingReason(orderAndAreaCompany.getId(), orderAndAreaCompany.getOrderstatus());
|
|
|
orderAndAreaCompany.setUnderwritingReason(insOrdersUnderwritingReason);
|
|
orderAndAreaCompany.setUnderwritingReason(insOrdersUnderwritingReason);
|