@@ -64,6 +64,7 @@ public class PriceLibraryServiceImpl implements PriceLibraryService{
// 进行核价
bomDetail = countPrice(bomDetail, bom.getEnuu());
bomDetail.setBdId(bom.getBid());
+ bomDetail.setBomId(bom.getBomId());
bomDetailDao.save(bomDetail);
}