Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
indicators
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhangkb
indicators
Commits
f5ae0089
Commit
f5ae0089
authored
Mar 09, 2023
by
dengwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去除计算过程中的清除smartBi缓存
parent
07d50594
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
BeforeCompareUnitCalActor.java
...tors/akka/actor/indicators/BeforeCompareUnitCalActor.java
+4
-4
No files found.
src/main/java/com/keymobile/indicators/akka/actor/indicators/BeforeCompareUnitCalActor.java
View file @
f5ae0089
...
...
@@ -192,10 +192,10 @@ public class BeforeCompareUnitCalActor extends AbstractActor{
}
LogManager
.
logInfo
(
Constants
.
LOG_INDICATOR_UNIT_CAL_API
,
"完成对标单元id:{},日期:{} 的正式运行计算"
,
compCalLogId
,
currentDate
);
//清缓存
if
(
isClearAllPools
){
logger
.
info
(
"开始清除smartBi缓存"
);
systemAuthService
.
clearAllPools
();
}
//
if(isClearAllPools){
//
logger.info("开始清除smartBi缓存");
//
systemAuthService.clearAllPools();
//
}
logger
.
info
(
"本期同期对标单元计算完成"
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment