Commit 0ffed1c0 authored by 张永's avatar 张永

1

parent 19e2e907
...@@ -1485,6 +1485,7 @@ public class OrderServiceImpl implements OrderService { ...@@ -1485,6 +1485,7 @@ public class OrderServiceImpl implements OrderService {
if(StringUtil.isNotBlank(callBackFilePath)) { if(StringUtil.isNotBlank(callBackFilePath)) {
String name = callBackFilePath+OutTradeNO+"_"+PayTypeID+".txt"; String name = callBackFilePath+OutTradeNO+"_"+PayTypeID+".txt";
if(!FileUtil.isNotExists(name)){ if(!FileUtil.isNotExists(name)){
logger.info("删除文件,支付单号:{} ,PayTypeID:{},文件:{} ",OutTradeNO,PayTypeID,name);
File file = new File(name); File file = new File(name);
file.delete(); file.delete();
} }
......
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