Commit 76ba3545 by zhangkb

对标单元计算添加日志打印

parent 55038a8d
......@@ -75,6 +75,8 @@ public class BeforeCompareUnitCalActor extends AbstractActor{
}
if(numberOfConfirm>1) {
Map<String,String> compareObjMap = new HashMap<>();
logger.info("进行date:"+currentDate+" 指标本期同期报表数据和考核指标报表数据2数据整合");
//整合考核指标报表数据2
for(CompareUnitDef unitDef : currentCompareUnitDef) {
if(StringUtils.isNotBlank(unitDef.getIndIds()) &&
......
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