Lee-茶百道门户需求暂存

This commit is contained in:
李栋 2025-08-18 15:39:48 +08:00
parent a9622a1693
commit d90ec069ef
1 changed files with 6 additions and 0 deletions

View File

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