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) + "车架号已经存在"); } } }