|
|
@ -402,6 +402,11 @@ public class SysCustomerQuoteServiceImpl implements ISysCustomerQuoteService { |
|
|
|
sysCustomerQuote.setAuditStatus("1"); |
|
|
|
// 使用状态-是
|
|
|
|
sysCustomerQuote.setUseStatus("1"); |
|
|
|
SysCustomerQuoteVo sysCustomerQuoteVo = new SysCustomerQuoteVo(); |
|
|
|
BeanUtils.copyProperties(sysCustomerQuote,sysCustomerQuoteVo); |
|
|
|
//客户报价审核后,修改客户报价历史数据
|
|
|
|
quoteHistoryService.updateSysCustomerQuoteHistoryByCustomerQuote(sysCustomerQuoteVo); |
|
|
|
|
|
|
|
} |
|
|
|
sysCustomerQuoteMapper.updateSysCustomerQuote(sysCustomerQuote); |
|
|
|
|
|
|
|