|
@@ -379,9 +379,11 @@ public class CwFinanceInvoiceService extends ServiceImpl<CwFinanceInvoiceMapper,
|
|
|
if(StringUtils.isNotEmpty(cwFinanceInvoice.getReportType())){
|
|
|
cwFinanceInvoice.setReportType(cwFinanceInvoiceDTO.getReportType());
|
|
|
}
|
|
|
-
|
|
|
}
|
|
|
}
|
|
|
+ if(StringUtils.isNotEmpty(cwFinanceInvoiceDTO.getActualDrawerEmailAddress())){
|
|
|
+ cwFinanceInvoice.setActualDrawerEmailAddress(cwFinanceInvoiceDTO.getActualDrawerEmailAddress());
|
|
|
+ }
|
|
|
if(StringUtils.isNotBlank(cwFinanceInvoiceDTO.getId())){
|
|
|
cwFinanceInvoiceMapper.updateInfoById(cwFinanceInvoice);
|
|
|
}else{
|