修改BOM导入和相关物料选择方法

This commit is contained in:
Ledo 2025-06-24 22:36:41 +08:00
parent 8f67e9baad
commit 972f286896

View File

@ -309,10 +309,9 @@ public class ProcessBomServiceImpl implements ProcessBomService {
}
if (o.getSpec() == null || o.getSpec().trim().equals("") ){
if (!o.getType().equals("1")){
if (!type.equals("1")){
processBomDetailDO.setSpec("A");//规格
}
}else {
processBomDetailDO.setSpec(o.getSpec());
}