往期累计情况导入BUG
This commit is contained in:
parent
a9fb24145d
commit
16cfe18b90
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Reference in New Issue