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