|
@@ -483,7 +483,7 @@ public class ContractServiceImpl implements ContractService, InitializingBean {
|
|
|
Date date = new Date();
|
|
|
|
|
|
// 合成freemarker
|
|
|
- String srcPdfPath = contractBaseDir + "/courses/" + dateFormat1.format(date) + "/" + userId + ".pdf";
|
|
|
+ String srcPdfPath = contractBaseDir + "/vipCourses/" + dateFormat1.format(date) + "/" + userId + ".pdf";
|
|
|
|
|
|
File srcFile = new File(srcPdfPath);
|
|
|
|
|
@@ -622,7 +622,7 @@ public class ContractServiceImpl implements ContractService, InitializingBean {
|
|
|
Date date = new Date();
|
|
|
|
|
|
// 合成freemarker
|
|
|
- String srcPdfPath = contractBaseDir + "/courses/" + dateFormat1.format(date) + "/" + userId + ".pdf";
|
|
|
+ String srcPdfPath = contractBaseDir + "/goods/" + dateFormat1.format(date) + "/" + userId + ".pdf";
|
|
|
|
|
|
File srcFile = new File(srcPdfPath);
|
|
|
|