|
|
@@ -170,9 +170,6 @@ public class OrderInvoiceServiceImpl extends BaseMybatisDao<TOrderInvoiceMapper>
|
|
|
//重新计算开票金额
|
|
|
|
|
|
}
|
|
|
- if (aids.isEmpty()) {
|
|
|
- throw new BusinessException(new Error( "邮件发送失败,对方设置邮箱错误","邮件发送失败,对方设置邮箱错误"));
|
|
|
- }
|
|
|
orderNewService.pushGeneralSendNoticeAndEmail(aids, type,t2.getOrderNo(), TokenManager.getAdminId(),0);
|
|
|
tOrderInvoiceMapper.updateByPrimaryKeySelective(t);
|
|
|
if(examine==2)tOrderMidMapper.updateInvoice(t2.getOrderNo());
|
|
|
@@ -235,9 +232,6 @@ public class OrderInvoiceServiceImpl extends BaseMybatisDao<TOrderInvoiceMapper>
|
|
|
}
|
|
|
|
|
|
}
|
|
|
- if (aids.isEmpty()) {
|
|
|
- throw new BusinessException(new Error( "邮件发送失败,对方设置邮箱错误","邮件发送失败,对方设置邮箱错误"));
|
|
|
- }
|
|
|
orderNewService.pushGeneralSendNoticeAndEmail(aids,type,o.getOrderNo(), TokenManager.getAdminId(),0);
|
|
|
return tOrderInvoiceMapper.updateByPrimaryKeySelective(t);
|
|
|
}
|