往期累计情况编辑
This commit is contained in:
parent
16cfe18b90
commit
cdf7dd916b
|
|
@ -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")) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue