修改提示语
This commit is contained in:
parent
64d1db59b2
commit
1321fa003c
|
|
@ -1189,7 +1189,7 @@ public class BomNewEbomParentService extends ServiceImpl<BomNewEbomParentMapper,
|
||||||
});
|
});
|
||||||
for (Long bomRowId : paramDto.getBomRowIds()) {
|
for (Long bomRowId : paramDto.getBomRowIds()) {
|
||||||
BomNewEbomParentVO parent = Convert.convert(BomNewEbomParentVO.class, this.getById(bomRowId));
|
BomNewEbomParentVO parent = Convert.convert(BomNewEbomParentVO.class, this.getById(bomRowId));
|
||||||
VUtils.isTure(Objects.isNull(parent)).throwMessage("Bom版本不存在:" + bomRowId.toString());
|
VUtils.isTure(Objects.isNull(parent)).throwMessage("请选择父级BOM进行操作~");
|
||||||
LogRecordContext.putVariable("CToPbom", parent);
|
LogRecordContext.putVariable("CToPbom", parent);
|
||||||
List<BomNewEbomParentVO> bomTree = getFormalBomTree(bomRowId);
|
List<BomNewEbomParentVO> bomTree = getFormalBomTree(bomRowId);
|
||||||
VUtils.isTure(CollUtil.isEmpty(bomTree)).throwMessage("该BOM不存在下级,无需转换:" + bomRowId.toString());
|
VUtils.isTure(CollUtil.isEmpty(bomTree)).throwMessage("该BOM不存在下级,无需转换:" + bomRowId.toString());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue