钱智,批量核算

This commit is contained in:
钱涛 2025-11-14 13:25:33 +08:00
parent 9f98572144
commit 83adc57dda
1 changed files with 1 additions and 1 deletions

View File

@ -965,7 +965,7 @@ public class SalaryAcctResultServiceImpl extends Service implements SalaryAcctRe
getSalaryAcctProgressService(user).finish(SalaryCacheKey.ACCT_PROGRESS + calculateParam.getSalaryAcctRecordId(), true);
//更新薪资核算记录最后操作日期
getSalaryAcctRecordService(user).updateDate(salaryAcctRecordPO.getId(), new Date(), "算完成");
getSalaryAcctRecordService(user).updateDate(salaryAcctRecordPO.getId(), new Date(), "薪资计算完成");
stopWatch.stop();
log.info(stopWatch.prettyPrint());