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 f1de635 commit 5940e3b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ public void calculateInternalPaperAc(InternalPaper internalPaper) {
// 4. 更新 paperDetail 对应的 AcRecord
log.info("更新 paperDetail 对应的 AcRecord");
paperDetails.forEach(paperDetail -> {
log.info("更新ac值为:"+ calculateAc(internalPaper, sum, paperDetail.getNum()));
paperDetail.setAcRecord(new AcRecord(
paperDetail.getUser(),
null,
Expand Down

0 comments on commit 5940e3b

Please sign in to comment.