hrbp门户今日概况-应出勤人数

This commit is contained in:
李栋 2025-08-18 15:43:26 +08:00
parent b12848a61b
commit 9c077137fd
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,7 @@ import com.weaver.seconddev.portal.mapper.portal.HrbpPortalMapper;
import com.weaver.seconddev.portal.mapper.portal.PortalMapper;
import com.weaver.seconddev.portal.service.HrbpPortalService;
import com.weaver.teams.security.context.UserContext;
import org.springframework.beans.factory.annotation.Value;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@ -32,6 +33,10 @@ public class HrbpPortalServiceImpl implements HrbpPortalService {
@Autowired
PortalMapper portalMapper;
@Value("#{'${portal.dept.matrixId}'}")
private String matrixId;
@Value("#{'${portal.dept.matrixValueConfigId}'}")
private String matrixValueConfigId;
@Override
public WeaResult<Map<String, Object>> getToDo(Map<String, String> params) {