|
|
|
@ -283,7 +283,7 @@ public class QuoteServiceImpl extends ServiceImpl<QuoteMapper, Quote> implements |
|
|
|
detail.setCurrencyTotalCost2(BigDecimal.ZERO); |
|
|
|
detail.setQuoteCurrencyTotalCost1(BigDecimal.ZERO); |
|
|
|
detail.setQuoteCurrencyTotalCost2(BigDecimal.ZERO); |
|
|
|
detail.setMoq("Standard 250K"); |
|
|
|
// detail.setMoq("Standard 250K"); |
|
|
|
quoteDetailService.saveQuoteDetail(detail); |
|
|
|
|
|
|
|
ids.add(quote.getId()); |
|
|
|
|