Commit 7b3612d4 by zhangxingmin

校验

parent bae3c6db
......@@ -265,7 +265,7 @@ public class ApiAppointmentCheckServiceImpl implements ApiAppointmentCheckServic
*/
public Result checkApiProductPlanMainInfoDtoCommon(ApiProductPlanMainInfoDto dto,String tipStr,Integer source) {
if (StringUtils.isBlank(dto.getProductBizId())) {
throw new BusinessException(tipStr+"保险产品唯一业务ID(中台保险产品业务id,冗余)不能为空");
throw new BusinessException(tipStr+"保险产品名称不能为空");
}
if (StringUtils.isBlank(dto.getProductName())) {
throw new BusinessException(tipStr+"保险产品名称不能为空");
......
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