Commit 82802ce5 authored by BlackJokerCJ's avatar BlackJokerCJ

Merge remote-tracking branch 'origin/master'

parents 38ef3f3b 8343a205
...@@ -49,7 +49,7 @@ public class CreditThirdDataJob { ...@@ -49,7 +49,7 @@ public class CreditThirdDataJob {
} }
StringBuffer filePath = new StringBuffer(); 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(); String pdfFileName = c.getClientCell()+UUID.randomUUID();
ossUtils.upStringObject(filePath+pdfFileName,thirdData.toString()); ossUtils.upStringObject(filePath+pdfFileName,thirdData.toString());
CreditModel creditModel=new CreditModel(); 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