浏览代码

邮箱添加

sangwenwei 1 年之前
父节点
当前提交
1d56390086

+ 3 - 1
jeeplus-modules/jeeplus-finance/src/main/java/com/jeeplus/finance/invoice/service/CwFinanceInvoiceService.java

@@ -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{