|
@ -186,7 +186,8 @@ public class IcTripReportRecordController implements ResultDataResolver { |
|
|
//磐石客户
|
|
|
//磐石客户
|
|
|
if(StrConstant.PS_CUSTOMER_ID.equals(formDTO.getCustomerId())){ |
|
|
if(StrConstant.PS_CUSTOMER_ID.equals(formDTO.getCustomerId())){ |
|
|
ValidatorUtils.validateEntity(formDTO,IcTripReportFormDTO.PsAdd.class); |
|
|
ValidatorUtils.validateEntity(formDTO,IcTripReportFormDTO.PsAdd.class); |
|
|
}else { |
|
|
}else if(StrConstant.XIAOZHAIZI_CUSTOMER_ID.equals(formDTO.getCustomerId())) { |
|
|
|
|
|
//小寨子客户id
|
|
|
ValidatorUtils.validateEntity(formDTO,IcTripReportFormDTO.XzzAdd.class); |
|
|
ValidatorUtils.validateEntity(formDTO,IcTripReportFormDTO.XzzAdd.class); |
|
|
} |
|
|
} |
|
|
//校验参数
|
|
|
//校验参数
|
|
|