From 1e489196cdf61c36b55ce1bc8eac70918b672f8b Mon Sep 17 00:00:00 2001 From: God <10745413@qq.com> Date: Wed, 12 Jul 2023 10:42:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AC=BE=E9=A1=B9=E7=BB=93=E8=BD=AC=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../anrui/scm/biz/scmapplyinbound/ScmApplyInboundService.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 3e358b2a0e..ce12a657bb 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 @@ -278,11 +278,11 @@ public class ScmApplyInboundService extends MybatisBaseService 0) { - return new ResultBean().setMsg(vinNoList.get(i) + "车架号已经存在"); + return new ResultBean().setMsg("入库车辆信息中" + vinNoList.get(i) + "车架号已经存在"); } if (data != null) { if (StringUtils.isNotBlank(data.getVinNo())) { - return new ResultBean().setMsg(vinNoList.get(i) + "车架号已经存在"); + return new ResultBean().setMsg("车辆台账信息中" + vinNoList.get(i) + "车架号已经存在"); } } }