提示文案

This commit is contained in:
jing's 2024-04-09 17:39:33 +08:00
parent c722c0c261
commit b65b7edf51
1 changed files with 1 additions and 1 deletions

View File

@ -1029,7 +1029,7 @@ public class BomNewEbomParentService extends ServiceImpl<BomNewEbomParentMapper,
if(CollUtil.isEmpty(sameList)){
return ResultVO.success();
}else{
return ResultVO.error(StrUtil.format("包含相同物料 {}",StrUtil.join(",",sameList)));
return ResultVO.error(StrUtil.format("导入数据存在重复物料 {}",StrUtil.join(",",sameList)));
}
}