Commit 956c1a8b by zhangxingmin

push

parent cdd348a4
...@@ -311,11 +311,11 @@ public class ApiAppointmentCheckServiceImpl implements ApiAppointmentCheckServic ...@@ -311,11 +311,11 @@ public class ApiAppointmentCheckServiceImpl implements ApiAppointmentCheckServic
if (StringUtils.isNotBlank(dto.getAdditionalBizId())) { if (StringUtils.isNotBlank(dto.getAdditionalBizId())) {
throw new BusinessException(tipStr+"第"+i+"项的附加险信息表唯一业务ID不传值"); throw new BusinessException(tipStr+"第"+i+"项的附加险信息表唯一业务ID不传值");
} }
if (StringUtils.isBlank(dto.getPlanBizId())) { // if (StringUtils.isBlank(dto.getPlanBizId())) {
throw new BusinessException(tipStr+"第"+i+"项的产品计划信息表唯一业务ID不能为空"); // throw new BusinessException(tipStr+"第"+i+"项的产品计划信息表唯一业务ID不能为空");
} // }
if (StringUtils.isBlank(dto.getAdditionalProductBizId())) { if (StringUtils.isBlank(dto.getAdditionalProductBizId())) {
throw new BusinessException(tipStr+"第"+i+"项的保险附加产品唯一业务ID不能为空"); throw new BusinessException(tipStr+"第"+i+"项的保险附加产品名称不能为空");
} }
if (StringUtils.isBlank(dto.getCurrency())) { if (StringUtils.isBlank(dto.getCurrency())) {
throw new BusinessException(tipStr+"第"+i+"项的货币不能为空"); throw new BusinessException(tipStr+"第"+i+"项的货币不能为空");
...@@ -559,9 +559,9 @@ public class ApiAppointmentCheckServiceImpl implements ApiAppointmentCheckServic ...@@ -559,9 +559,9 @@ public class ApiAppointmentCheckServiceImpl implements ApiAppointmentCheckServic
if (!Objects.isNull(dto.getId())) { if (!Objects.isNull(dto.getId())) {
throw new BusinessException(tipStr+"第"+i+"项的受益人信息主键id不传值"); throw new BusinessException(tipStr+"第"+i+"项的受益人信息主键id不传值");
} }
if (StringUtils.isBlank(dto.getAppointmentBizId())) { // if (StringUtils.isBlank(dto.getAppointmentBizId())) {
throw new BusinessException(tipStr+"第"+i+"项的预约信息主表唯一业务ID不能为空"); // throw new BusinessException(tipStr+"第"+i+"项的预约信息主表唯一业务ID不能为空");
} // }
if (StringUtils.isNotBlank(dto.getBeneficiaryBizId())) { if (StringUtils.isNotBlank(dto.getBeneficiaryBizId())) {
throw new BusinessException(tipStr+"第"+i+"项的受益人信息表唯一业务ID不传值"); throw new BusinessException(tipStr+"第"+i+"项的受益人信息表唯一业务ID不传值");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment