|
|
|
@ -34,7 +34,7 @@ public class MesEquipmentSpotCheckService extends BaseMesService<MesEquipmentSpo
|
|
|
|
|
throw ImppExceptionBuilder.newInstance()
|
|
|
|
|
.setSystemID(CommonEnumUtil.SOFT_TYPE.MES.getCode())
|
|
|
|
|
.setErrorCode(ImppExceptionEnum.VARIFY_EXCEPTION.getCode())
|
|
|
|
|
.setErrorDetail("【%s】发运组代码已经存在,请检查数据", item.getSpotCheckCode())
|
|
|
|
|
.setErrorDetail("【%s】点检项目代码已经存在,请检查数据", item.getSpotCheckCode())
|
|
|
|
|
.build();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -53,7 +53,7 @@ public class MesEquipmentSpotCheckService extends BaseMesService<MesEquipmentSpo
|
|
|
|
|
throw ImppExceptionBuilder.newInstance()
|
|
|
|
|
.setSystemID(CommonEnumUtil.SOFT_TYPE.MES.getCode())
|
|
|
|
|
.setErrorCode(ImppExceptionEnum.VARIFY_EXCEPTION.getCode())
|
|
|
|
|
.setErrorDetail("【%s】发运组代码已经存在,请检查数据", item.getSpotCheckCode())
|
|
|
|
|
.setErrorDetail("【%s】点检项目代码已经存在,请检查数据", item.getSpotCheckCode())
|
|
|
|
|
.build();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|