注释分析后回写逻辑,调整齐套率计算方式

This commit is contained in:
mzr 2025-04-11 08:56:04 +08:00
parent acd85dd445
commit 6c42d69cca
1 changed files with 2 additions and 1 deletions

View File

@ -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) {