|
|
|
@ -185,7 +185,7 @@ public class QuotationInformationServiceImpl extends ServiceImpl<QuotationInform |
|
|
|
// 编辑报价信息 |
|
|
|
UpdateWrapper<QuotationInformationEntity> updateInformationWrapper = new UpdateWrapper<>(); |
|
|
|
updateInformationWrapper.eq("site", data.getSite()); |
|
|
|
updateInformationWrapper.eq("quotation_no", data.getQuotationNo()); |
|
|
|
updateInformationWrapper.eq("quotation_batch_no", data.getQuotationBatchNo()); |
|
|
|
quotationInformationMapper.update(data, updateInformationWrapper); |
|
|
|
} |
|
|
|
|
|
|
|
|