|
|
@ -211,7 +211,8 @@ public class IcTripReportRecordServiceImpl extends BaseServiceImpl<IcTripReportR |
|
|
|
throw new EpmetException(EpmetErrorCode.EPMET_COMMON_OPERATION_FAIL.getCode(), "返回方式为其他时,“其他返回方式”为必填", "返回方式为其他时,“其他返回方式”为必填"); |
|
|
|
} |
|
|
|
//磐石
|
|
|
|
if(StrConstant.PS_CUSTOMER_ID.equals(formDTO.getCustomerId())){ |
|
|
|
//if(StrConstant.PS_CUSTOMER_ID.equals(formDTO.getCustomerId())){
|
|
|
|
if("45687aa479955f9d06204d415238f7cc".equals(formDTO.getCustomerId())){ |
|
|
|
if(StringUtils.isEmpty(formDTO.getRegisteredResidence())){ |
|
|
|
throw new EpmetException(EpmetErrorCode.EPMET_COMMON_OPERATION_FAIL.getCode(), "户籍地为必填", "户籍地为必填"); |
|
|
|
} |
|
|
@ -372,7 +373,8 @@ public class IcTripReportRecordServiceImpl extends BaseServiceImpl<IcTripReportR |
|
|
|
throw new EpmetException(EpmetErrorCode.EPMET_COMMON_OPERATION_FAIL.getCode(), "返回方式为其他时,“其他返回方式”为必填", "返回方式为其他时,“其他返回方式”为必填"); |
|
|
|
} |
|
|
|
//磐石
|
|
|
|
if(StrConstant.PS_CUSTOMER_ID.equals(formDTO.getCustomerId())){ |
|
|
|
//if(StrConstant.PS_CUSTOMER_ID.equals(formDTO.getCustomerId())){
|
|
|
|
if("45687aa479955f9d06204d415238f7cc".equals(formDTO.getCustomerId())){ |
|
|
|
if(StringUtils.isEmpty(formDTO.getRegisteredResidence())){ |
|
|
|
throw new EpmetException(EpmetErrorCode.EPMET_COMMON_OPERATION_FAIL.getCode(), "户籍地为必填", "户籍地为必填"); |
|
|
|
} |
|
|
|