Skip to content

Commit

Permalink
fix: 加分逻辑修改“内审论文被接收后,作者在提交完所有材料后触发加分”.
Browse files Browse the repository at this point in the history
  • Loading branch information
GLaxky committed Feb 28, 2024
1 parent bce97f8 commit 719f495
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ public void calculateInternalPaperAc(InternalPaper internalPaper) {
calculateAc(internalPaper, sum, paperDetail.getNum()),
internalPaper.getReason(),
AcRecord.PAPER,
internalPaper.getUpdateDate().atTime(8, 0)
LocalDate.now().atTime(8, 0)
));
});

Expand Down

0 comments on commit 719f495

Please sign in to comment.