Commit 8343a205 authored by 张庆's avatar 张庆

防止重复提交

parent 059e55df
......@@ -48,7 +48,7 @@ public class CreditThirdDataJob {
}
StringBuffer filePath = new StringBuffer();
filePath.append("/zhenong").append("/").append(DateFormatUtils.format(new Date(), "yyyyMMdd")).append("/").append(c.getOrderNo()).append("/");
filePath.append("zhenong").append("/").append(DateFormatUtils.format(new Date(), "yyyyMMdd")).append("/").append(c.getOrderNo()).append("/");
String pdfFileName = c.getClientCell()+UUID.randomUUID();
ossUtils.upStringObject(filePath+pdfFileName,thirdData.toString());
CreditModel creditModel=new CreditModel();
......
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