From fd6a1ef841d004fd83298baf1348ea4c34d3ef21 Mon Sep 17 00:00:00 2001 From: God <10745413@qq.com> Date: Fri, 28 Apr 2023 17:00:33 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../anrui/scm/biz/scmapplyinbound/ScmApplyInboundService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 a566a4f17d..80f3cab180 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 @@ -434,7 +434,7 @@ public class ScmApplyInboundService extends MybatisBaseService stringList = Arrays.asList(split); - if (stringList.size() < 3){ + if (stringList.size() < 2){ return new ResultBean().fail().setMsg("车型与配置贷款或全款销售指导价未维护,不可提交"); } List vehicleList = dto.getVehicleList();