同步假期余额字段
This commit is contained in:
parent
dc85ba6043
commit
0633225648
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue