添加日志---117行

This commit is contained in:
李贵强 2025-10-30 10:33:45 +08:00
parent a4cbcb2a55
commit 90e13be260
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ public class FundPlanCollectionTask extends AbstractTask implements Plugin {
//PLANREFERENCEAMT 计划参考值 ACTMAT 已执行额度
mmInfo.put("templateMetricType","ACTMAT");//度量值预置类型
mmInfo.put("amount",acctamountMap.get(months+accountnum));//写入金额-从SAP接口中汇总
logger.info(billno+"amount取数逻辑=months"+months+"+accountnum"+accountnum);
logger.info(billno+"SAP收款计划实际数入参 months "+months);
logger.info(billno+"SAP收款计划实际数入参 accountnum "+accountnum);
logger.info(billno+"SAP收款计划实际数"+acctamountMap.get(months+accountnum));