Commit f5ae0089 by dengwei

去除计算过程中的清除smartBi缓存

parent 07d50594
...@@ -192,10 +192,10 @@ public class BeforeCompareUnitCalActor extends AbstractActor{ ...@@ -192,10 +192,10 @@ public class BeforeCompareUnitCalActor extends AbstractActor{
} }
LogManager.logInfo(Constants.LOG_INDICATOR_UNIT_CAL_API,"完成对标单元id:{},日期:{} 的正式运行计算",compCalLogId,currentDate ); LogManager.logInfo(Constants.LOG_INDICATOR_UNIT_CAL_API,"完成对标单元id:{},日期:{} 的正式运行计算",compCalLogId,currentDate );
//清缓存 //清缓存
if(isClearAllPools){ // if(isClearAllPools){
logger.info("开始清除smartBi缓存"); // logger.info("开始清除smartBi缓存");
systemAuthService.clearAllPools(); // systemAuthService.clearAllPools();
} // }
logger.info("本期同期对标单元计算完成"); logger.info("本期同期对标单元计算完成");
} }
} }
......
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