提示信息

This commit is contained in:
jing's 2023-12-14 21:01:11 +08:00
parent 2166a0a33f
commit 182bf3af09
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ public class OptionalEbomImportChildService extends ServiceImpl<OptionalEbomImpo
bizErr=item.getMaterialName();
}
throw new NflgBusinessException(STATE.BusinessError, "存在相同物料, "+bizErr);
throw new NflgBusinessException(STATE.BusinessError, "此项存在相同物料,"+bizErr);
}