diff --git a/anrui-scm/anrui-scm-biz/src/main/java/com/yxt/anrui/scm/biz/scmapplyinbound/ScmApplyInboundService.java b/anrui-scm/anrui-scm-biz/src/main/java/com/yxt/anrui/scm/biz/scmapplyinbound/ScmApplyInboundService.java index b16bee8dba..08082ed36f 100644 --- a/anrui-scm/anrui-scm-biz/src/main/java/com/yxt/anrui/scm/biz/scmapplyinbound/ScmApplyInboundService.java +++ b/anrui-scm/anrui-scm-biz/src/main/java/com/yxt/anrui/scm/biz/scmapplyinbound/ScmApplyInboundService.java @@ -1027,6 +1027,9 @@ public class ScmApplyInboundService extends MybatisBaseService vehicleList = dto.getVehicleList(); + if (StringUtils.isBlank(dto.getOrgPriceDate())){ + return new ResultBean().fail().setMsg("公司入库日期不能为空"); + } /*int vinCount = 0; if (!vehicleList.isEmpty()) { for (ScmApplyInboundVehicleDto scmApplyInboundVehicleDto : vehicleList) {