1.生成虚拟包
This commit is contained in:
parent
5de835ec6e
commit
eec1b3e67a
|
|
@ -112,7 +112,7 @@ public class EbomInitProjectType {
|
||||||
}
|
}
|
||||||
|
|
||||||
//11
|
//11
|
||||||
if ((child.getMaterialCategoryCode().startsWith("10") || child.getMaterialCategoryCode().startsWith("40")) && !child.getMaterialCategoryCode().startsWith("1013") && !child.getMaterialCategoryCode().startsWith("100601")
|
if ((child.getMaterialCategoryCode().startsWith("10") || child.getMaterialCategoryCode().startsWith("40")) && !child.getMaterialCategoryCode().startsWith("1013") && !child.getMaterialCategoryCode().startsWith("100601"));
|
||||||
{
|
{
|
||||||
MaterialHistoryProjectTypeVO materialHistoryProjectType = SpringUtil.getBean(BomNewEbomParentMapper.class).getMaterialHistoryProjectType(child.getMaterialNo());
|
MaterialHistoryProjectTypeVO materialHistoryProjectType = SpringUtil.getBean(BomNewEbomParentMapper.class).getMaterialHistoryProjectType(child.getMaterialNo());
|
||||||
if (Objects.nonNull(materialHistoryProjectType)) {
|
if (Objects.nonNull(materialHistoryProjectType)) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue