|
|
@@ -141,7 +141,8 @@ public class HuaTaiOrderApiServiceImpl implements HuaTaiOrderApiService {
|
|
|
HuaTaiQuotedPriceResponse quotedPriceResponse = huaTaiQuotationProcessorComponent.handler(quotedPriceRequest, warnMessageList, huaTaiConfigureParameters.getInsuredCode());
|
|
|
|
|
|
if (!"0".equals(quotedPriceResponse.getHead().getReturnCode())) {
|
|
|
- throw new SystemException(quotedPriceResponse.getHead().getReturnMessage());
|
|
|
+ log.error(quotedPriceResponse.getHead().getReturnMessage());
|
|
|
+ throw new SystemException("该车两率管控不建议承保");
|
|
|
}
|
|
|
|
|
|
QuoteRespVo quoteRespVo = getQuoteRespVo(quotedPriceResponse, quoteInfo, warnMessageList);
|