|
|
@@ -59,7 +59,7 @@ public class HuaTaiRepeatInsuranceComponents {
|
|
|
// 响应内容
|
|
|
HashMap<String, HuaTaiQuotedPriceResponse.ContractDto> mapResponse =
|
|
|
HuaTaiReinsuranceComponents.getStringPlatFormMessageDtoHashMap(quotedPriceResponse);
|
|
|
- HuaTaiQuotedPriceResponse.ContractDto contractResponse = mapResponse.get(HuaTaiRiskCode.R_1251.getCode());
|
|
|
+ HuaTaiQuotedPriceResponse.ContractDto contractResponse = mapResponse.get(HuaTaiRiskCode.R_1002.getCode());
|
|
|
HuaTaiQuotedPriceResponse.ContractDto.PlatFormMessageDto platFormMessage =
|
|
|
contractResponse.getPlatFormMessage();
|
|
|
String reInsureMsg = platFormMessage.getReInsureMsg();
|