|
|
@ -9,6 +9,7 @@ import com.epmet.commons.tools.aop.NoRepeatSubmit; |
|
|
|
import com.epmet.commons.tools.constant.AppClientConstant; |
|
|
|
import com.epmet.commons.tools.constant.NumConstant; |
|
|
|
import com.epmet.commons.tools.constant.ServiceConstant; |
|
|
|
import com.epmet.commons.tools.constant.StrConstant; |
|
|
|
import com.epmet.commons.tools.dto.form.PageFormDTO; |
|
|
|
import com.epmet.commons.tools.exception.EpmetErrorCode; |
|
|
|
import com.epmet.commons.tools.exception.EpmetException; |
|
|
@ -118,7 +119,7 @@ public class IcTripReportRecordController implements ResultDataResolver { |
|
|
|
ValidatorUtils.validateEntity(formDTO,IcTripReportFormDTO.IcResiInternalGroup.class); |
|
|
|
} |
|
|
|
//磐石客户
|
|
|
|
if("45687aa479955f9d06204d415238f7cc".equals(formDTO.getCustomerId())){ |
|
|
|
if(StrConstant.PS_CUSTOMER_ID.equals(formDTO.getCustomerId())){ |
|
|
|
ValidatorUtils.validateEntity(formDTO,IcTripReportFormDTO.PsAdd.class); |
|
|
|
}else { |
|
|
|
ValidatorUtils.validateEntity(formDTO,IcTripReportFormDTO.XzzAdd.class); |
|
|
@ -182,7 +183,7 @@ public class IcTripReportRecordController implements ResultDataResolver { |
|
|
|
} |
|
|
|
} |
|
|
|
//磐石客户
|
|
|
|
if("45687aa479955f9d06204d415238f7cc".equals(formDTO.getCustomerId())){ |
|
|
|
if(StrConstant.PS_CUSTOMER_ID.equals(formDTO.getCustomerId())){ |
|
|
|
ValidatorUtils.validateEntity(formDTO,IcTripReportFormDTO.PsAdd.class); |
|
|
|
}else { |
|
|
|
ValidatorUtils.validateEntity(formDTO,IcTripReportFormDTO.XzzAdd.class); |
|
|
|