|
|
|
@ -188,7 +188,7 @@ public class EmailServiceImpl implements EmailService { |
|
|
|
|
log.error("{}根据订单和entId,或者渠道查询渠道配置接口异常:{}", LOGGER_MSG, e); |
|
|
|
|
} |
|
|
|
|
emailContent.setSerialNum(RandomUtil.randomNumbers(ConfigureConstant.INT_25)); |
|
|
|
|
emailContent.setSubjects(new String[]{orderInvoiceInfo.getFphm()}); |
|
|
|
|
emailContent.setSubjects(new String[]{"【电子发票】您收到一张新的电子发票[发票号码:"+orderInvoiceInfo.getFphm()+"]"}); |
|
|
|
|
emailContent.setContents(new String[]{String.valueOf(mYear), String.valueOf(mMonth), String.valueOf(mDay), |
|
|
|
|
orderInvoiceInfo.getFpdm(), orderInvoiceInfo.getFphm(), orderInvoiceInfo.getXhfMc(), |
|
|
|
|
orderInvoiceInfo.getGhfMc(), orderInvoiceInfo.getKphjje()}); |
|
|
|
|