往期累计情况编辑

This commit is contained in:
Harryxzy 2023-03-16 11:37:43 +08:00
parent 16cfe18b90
commit cdf7dd916b
1 changed files with 1 additions and 1 deletions

View File

@ -875,7 +875,7 @@ public class AddUpSituationServiceImpl extends Service implements AddUpSituation
nextTaxYearMonth = nextTaxYearMonth.plusMonths(1);
nextTaxYearMonthStr = nextTaxYearMonth.format(SalaryDateUtil.MONTH_FORMATTER);
}
List<SalaryAcctEmployeePO> salaryAcctEmployees = getAddUpDeductionService(user).getAccountedEmployeeData(nextTaxYearMonthStr);
List<SalaryAcctEmployeePO> salaryAcctEmployees = getAddUpDeductionService(user).getAccountedEmployeeDataByTaxYearMonth(nextTaxYearMonthStr);
// 判断是否有核算过
if (CollectionUtils.isNotEmpty(salaryAcctEmployees) && !Objects.equals(taxYearMonthStr.split("-")[1], "12")) {