|
|
@@ -186,10 +186,6 @@ public class UnderwritingResponse extends BoHaiBaseResponse {
|
|
|
private static final String MESSAGES = "核保成功";
|
|
|
|
|
|
public DrivingInsuranceDto toDrivingInsuranceDto() {
|
|
|
- if (!MESSAGES.equals(this.getResultMsg())) {
|
|
|
- throw new SystemException(this.getResultMsg());
|
|
|
- }
|
|
|
-
|
|
|
DrivingInsuranceDto drivingInsuranceDto = new DrivingInsuranceDto();
|
|
|
drivingInsuranceDto.setCode(this.getProductCode());
|
|
|
drivingInsuranceDto.setName(this.getPackageCode());
|