Browse Source

咱是放开测磐石

master
sunyuchao 3 years ago
parent
commit
718dd0d011
  1. 6
      epmet-user/epmet-user-server/src/main/java/com/epmet/service/impl/IcTripReportRecordServiceImpl.java

6
epmet-user/epmet-user-server/src/main/java/com/epmet/service/impl/IcTripReportRecordServiceImpl.java

@ -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(), "户籍地为必填", "户籍地为必填");
}

Loading…
Cancel
Save