forked from github/dataease
fix: 保存默认仪表板时创建人不对问题
This commit is contained in:
parent
0175032138
commit
d56c292d40
@ -108,7 +108,7 @@ public class PanelGroupService {
|
|||||||
authRequest.setId(panelId);
|
authRequest.setId(panelId);
|
||||||
authRequest.setUserId(String.valueOf(AuthUtils.getUser().getUserId()));
|
authRequest.setUserId(String.valueOf(AuthUtils.getUser().getUserId()));
|
||||||
List<PanelGroupDTO> panelGroupDTOList = extPanelGroupMapper.panelGroupList(authRequest);
|
List<PanelGroupDTO> panelGroupDTOList = extPanelGroupMapper.panelGroupList(authRequest);
|
||||||
if(CollectionUtils.isNotEmpty(panelGroupDTOList)){
|
if(!CollectionUtils.isNotEmpty(panelGroupDTOList)){
|
||||||
DataEaseException.throwException("未查询到用户对应的资源权限,请尝试刷新重新保存");
|
DataEaseException.throwException("未查询到用户对应的资源权限,请尝试刷新重新保存");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user