同步假期余额字段

This commit is contained in:
钱涛 2024-06-14 13:46:59 +08:00
parent 5c13f80034
commit 5b7533e908
1 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ import org.apache.commons.lang3.math.NumberUtils;
import weaver.general.BaseBean;
import weaver.general.Util;
import java.time.LocalDate;
import java.util.*;
import java.util.stream.Collectors;
@ -172,7 +173,7 @@ public class RemoteAttend4SalaryServiceImpl extends Service implements RemoteAtt
public List<Map<String, String>> getBalanceOfLeaveColumns() {
Map<String, Object> paramsMap = new HashMap<String, Object>();
paramsMap.put("dateScope", "6");
paramsMap.put("selectedYear", 2023);
paramsMap.put("selectedYear", LocalDate.now().getYear());
paramsMap.put("dataScope", "3");
paramsMap.put("resourceId", 92);
paramsMap.put("status", "9");