Skip to content

Commit

Permalink
fix: 添加ac变更的log细节.
Browse files Browse the repository at this point in the history
  • Loading branch information
GLaxky committed Oct 29, 2024
1 parent 5940e3b commit e696839
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,8 @@ public void calculateInternalPaperAc(InternalPaper internalPaper) {
);

// 3. 查询该类型论文对应的总 AC
log.info("查询该类型论文对应的总 AC");
double sum = paperLevelRepository.getValue(internalPaper.getPaperType());
log.info("查询该类型论文对应的总 AC:" + sum);

// 4. 更新 paperDetail 对应的 AcRecord
log.info("更新 paperDetail 对应的 AcRecord");
Expand Down

0 comments on commit e696839

Please sign in to comment.