Merge branch 'refs/heads/feature/DM/nflg-bom' into feature/DM/nflg-bom-transition
# Conflicts: # nflg_project_dev/nflg-bom-new/src/main/java/com/nflg/product/bomnew/service/BomNewEbomParentService.java
This commit is contained in:
commit
079df935de
|
|
@ -1024,6 +1024,10 @@ public class BomNewEbomParentService extends ServiceImpl<BomNewEbomParentMapper,
|
||||||
if (CollUtil.isNotEmpty(bomChildren)) {
|
if (CollUtil.isNotEmpty(bomChildren)) {
|
||||||
ebomChildService.updateBatchById(bomChildren);
|
ebomChildService.updateBatchById(bomChildren);
|
||||||
}
|
}
|
||||||
|
//将历史已发布版-转移到正式历史表
|
||||||
|
if (CollUtil.isNotEmpty(eBomToPBom.getAddEBomNew())) {
|
||||||
|
eBomToFormal(eBomToPBom.getAddEBomNew(), eBomToPBom.getDelOldEBom() );
|
||||||
|
}
|
||||||
|
|
||||||
// SpringUtil.getBean(BomNewEbomParentFormalService.class).copyEbomFormal(bomRowId);
|
// SpringUtil.getBean(BomNewEbomParentFormalService.class).copyEbomFormal(bomRowId);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue