|
|
|
@ -89,7 +89,7 @@ public class QuoteGroupDetailServiceImpl extends ServiceImpl<QuoteGroupDetailMap |
|
|
|
quoteGroupDetail.setQuoteNo(againQuote.getQuoteNo()); |
|
|
|
quoteGroupDetail.setVersionNo(againQuote.getVersionNo()); |
|
|
|
|
|
|
|
// Long groupDetailId = quoteGroupDetail.getId(); |
|
|
|
Long groupDetailId = quoteGroupDetail.getId(); |
|
|
|
quoteGroupDetail.setId(null); |
|
|
|
quoteGroupDetail.setCreateBy(againQuote.getCreateBy()); |
|
|
|
quoteGroupDetail.setCreateDate(againQuote.getCreateDate()); |
|
|
|
@ -99,7 +99,7 @@ public class QuoteGroupDetailServiceImpl extends ServiceImpl<QuoteGroupDetailMap |
|
|
|
save(quoteGroupDetail); |
|
|
|
|
|
|
|
|
|
|
|
quoteDetailService.againQuoteDetail(againQuote,id,quoteGroupDetail.getId()); |
|
|
|
quoteDetailService.againQuoteDetail(againQuote,id,groupDetailId,quoteGroupDetail.getId()); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|