Commit d0781c20 authored by 吴琼's avatar 吴琼

xiugai

parent 51c1834d
...@@ -466,6 +466,7 @@ public class TransactionReceiptRecordServiceImpl implements ITransactionReceiptR ...@@ -466,6 +466,7 @@ public class TransactionReceiptRecordServiceImpl implements ITransactionReceiptR
sendCustomerTransactionMail(InputStreamResource); sendCustomerTransactionMail(InputStreamResource);
} }
log.info("分批发送邮件成功"); log.info("分批发送邮件成功");
deleteRedis("exportZipFile");
//return JsonResult.buildSuccessResult("ok",null); //return JsonResult.buildSuccessResult("ok",null);
} catch (Exception e) { } catch (Exception e) {
deleteRedis("exportZipFile"); deleteRedis("exportZipFile");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment