发布拷贝数据
This commit is contained in:
parent
f858d21f6f
commit
0c55aa1734
|
|
@ -748,6 +748,9 @@ public class BomNewEbomParentService extends ServiceImpl<BomNewEbomParentMapper,
|
||||||
if(CollUtil.isNotEmpty(bomChildren)) {
|
if(CollUtil.isNotEmpty(bomChildren)) {
|
||||||
ebomChildService.updateBatchById(bomChildren);
|
ebomChildService.updateBatchById(bomChildren);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SpringUtil.getBean(BomNewEbomParentFormalService.class).copyEbomFormal(bomRowId);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -880,7 +880,7 @@ public class BomNewPbomParentService extends ServiceImpl<BomNewPbomParentMapper,
|
||||||
pbomChildService.updateBatchById(pBomChildren);
|
pbomChildService.updateBatchById(pBomChildren);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SpringUtil.getBean(BomNewPbomParentFormalService.class).copyPbomFormal(bomRowId);
|
||||||
} catch (Exception ex) {
|
} catch (Exception ex) {
|
||||||
throw new NflgBusinessException(STATE.BusinessError, "发布Pbom失败:" + ex.getMessage());
|
throw new NflgBusinessException(STATE.BusinessError, "发布Pbom失败:" + ex.getMessage());
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue