Преглед на файлове

Merge branch 'test-test' into test

wks преди 1 година
родител
ревизия
e776d55d4d
променени са 1 файла, в които са добавени 0 реда и са изтрити 4 реда
  1. 0 4
      src/main/java/com/ydtech/modules/order/entity/api/bohai/response/UnderwritingResponse.java

+ 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 = "核保成功";
 
             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());