Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
8f323c5038
@ -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());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user