|
@@ -3558,9 +3558,10 @@ public class FormulaServiceImpl extends BaseServiceImpl<FormulaMapper, Formula>
|
|
|
NewBladeFile bladeFile = this.commonFileClient.excelToPdf(files);
|
|
|
listUrl.add(bladeFile.getPdfUrl());
|
|
|
}
|
|
|
- //本期末完成 本期ID+章节号
|
|
|
+ //本期末完成金额 本期ID+章节号
|
|
|
bladeRedis.set("periodId:"+periodId+"formNumber:"+listEntry.getKey()+"nowEndMoney",totalNowEndMoney);
|
|
|
-
|
|
|
+ //本期完成金额 本期ID+章节号
|
|
|
+ bladeRedis.set("periodId:"+periodId+"formNumber:"+listEntry.getKey()+"nowMoney",totalNowMoney);
|
|
|
}
|
|
|
collectionUtilsClient.mergePdfPublicMethods(listUrl, localImgUrl);
|
|
|
//上传oss
|