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

This commit is contained in:
Ledo 2025-06-24 21:49:48 +08:00
parent 92d4f9aade
commit 8f67e9baad

View File

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