Lee-茶百道门户需求暂存
This commit is contained in:
parent
a9622a1693
commit
d90ec069ef
|
|
@ -9,6 +9,7 @@ import com.weaver.seconddev.portal.service.HrbpPortalService;
|
|||
import com.weaver.teams.security.context.UserContext;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.beans.factory.annotation.Value;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import java.util.HashMap;
|
||||
|
|
@ -33,6 +34,11 @@ 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) {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue