提示文案
This commit is contained in:
parent
c722c0c261
commit
b65b7edf51
|
|
@ -1029,7 +1029,7 @@ public class BomNewEbomParentService extends ServiceImpl<BomNewEbomParentMapper,
|
||||||
if(CollUtil.isEmpty(sameList)){
|
if(CollUtil.isEmpty(sameList)){
|
||||||
return ResultVO.success();
|
return ResultVO.success();
|
||||||
}else{
|
}else{
|
||||||
return ResultVO.error(StrUtil.format("包含相同物料 {}",StrUtil.join(",",sameList)));
|
return ResultVO.error(StrUtil.format("导入数据存在重复物料 {}",StrUtil.join(",",sameList)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue