往期累计情况导入BUG

This commit is contained in:
Harryxzy 2023-03-16 09:53:46 +08:00
parent a9fb24145d
commit 16cfe18b90
1 changed files with 1 additions and 1 deletions

View File

@ -612,7 +612,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);
//税款所属期
Date taxYearMonth = SalaryDateUtil.localDateToDate(LocalDate.parse(taxYearMonthStr + "-01", SalaryDateUtil.DATE_FORMATTER));