Bläddra i källkod

1.处理渤海非车险核保不通过

wks 1 år sedan
förälder
incheckning
f7a9a23229

+ 0 - 4
src/main/java/com/ydtech/modules/order/entity/api/bohai/response/UnderwritingResponse.java

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