|
|
|
@ -92,6 +92,9 @@ public class QuoteDetailBomTreeServiceImpl extends ServiceImpl<QuoteDetailBomTre |
|
|
|
component.setActualPrice(unitCost); |
|
|
|
component.setQuotePrice(unitCost); |
|
|
|
}catch (Exception e){ |
|
|
|
component.setUnitPrice(BigDecimal.ZERO); |
|
|
|
component.setActualPrice(BigDecimal.ZERO); |
|
|
|
component.setQuotePrice(BigDecimal.ZERO); |
|
|
|
log.error("PartNo:{},Site:{},成本信息异常:{}",component.getPartNo(),component.getSite(),e.getMessage()); |
|
|
|
} |
|
|
|
} |
|
|
|
|