|
@@ -1547,6 +1547,8 @@ public class CwFinanceInvoiceService extends ServiceImpl<CwFinanceInvoiceMapper,
|
|
|
break;
|
|
|
}
|
|
|
}
|
|
|
+ }else {
|
|
|
+ cwFinanceInvoice.setRedInvoiceFlag(0);
|
|
|
}
|
|
|
//邮箱
|
|
|
if (StringUtils.isNotBlank(cwFinanceImportDTO.getActualDrawerEmailAddress())){
|
|
@@ -1604,7 +1606,7 @@ public class CwFinanceInvoiceService extends ServiceImpl<CwFinanceInvoiceMapper,
|
|
|
cwFinanceInvoice.setDelFlag(0);
|
|
|
cwFinanceInvoice.setInvalidStatus("0");
|
|
|
cwFinanceInvoice.setReceivablesStatus("0");
|
|
|
- cwFinanceInvoice.setRedInvoiceFlag(0);
|
|
|
+
|
|
|
invoiceArrayList.add(cwFinanceInvoice);
|
|
|
|
|
|
cwFinanceInvoiceBase.setCreateById(userDTO.getId());
|