注释分析后回写逻辑,调整齐套率计算方式
This commit is contained in:
parent
acd85dd445
commit
6c42d69cca
|
@ -47,7 +47,8 @@ public class SetAnalysisBP {
|
|||
SaLogger.debug("反算齐套结束,共耗时:" + SaLogger.getRunTime(tstarttime4));
|
||||
SaMemoryBP.printMemory();
|
||||
this.result(this.context.getAggs());
|
||||
this.analysisAfterCheckRule();// 分析后调用回写
|
||||
//分析后调用回写,齐套率计算方式已调整,此处不用,注释analysisAfterCheckRule
|
||||
// this.analysisAfterCheckRule();
|
||||
SaLogger.debug("齐套分析算法结束,共耗时:" + SaLogger.getRunTime(tstarttime1));
|
||||
return this.context.getAggs();
|
||||
} catch (BusinessException e) {
|
||||
|
|
Loading…
Reference in New Issue