|
@@ -751,7 +751,7 @@ public class TenantInfoServiceImpl extends ServiceImpl<TenantInfoDao, TenantInfo
|
|
|
log.info("getContractAndUpLoad >>>>ok tenantId:{} en:{} val:{}", tenantId, en, val);
|
|
|
Date now = new Date();
|
|
|
//创建PDF本次缓存地址
|
|
|
- String srcPdfPath = contractBaseDir + lexiaoyaContract + DateUtils.formatDate(now, "yyyyMMddHHmmss") + "/" + tenantId + "_" + java.time.LocalDateTime.now().getSecond() + ".pdf";
|
|
|
+ String srcPdfPath = contractBaseDir + "/" + lexiaoyaContract + "/" + DateUtils.formatDate(now, "yyyyMMddHHmmss") + "/" + tenantId + "_" + java.time.LocalDateTime.now().getSecond() + ".pdf";
|
|
|
//生成文件
|
|
|
File srcFile = new File(srcPdfPath);
|
|
|
if (!srcFile.getParentFile().exists()) {
|