修改新问题
This commit is contained in:
@ -38,7 +38,7 @@ public class OrgServiceImpl implements IOrgService {
|
|||||||
@Override
|
@Override
|
||||||
public SysOrg getOrgInfo(String id) {
|
public SysOrg getOrgInfo(String id) {
|
||||||
BaseResponse<SysOrg> orgInfo = systemClient.getOrgInfo(id);
|
BaseResponse<SysOrg> orgInfo = systemClient.getOrgInfo(id);
|
||||||
if(!ObjectUtils.isEmpty(orgInfo.getData())){
|
if(!ObjectUtils.isEmpty(orgInfo)){
|
||||||
return orgInfo.getData();
|
return orgInfo.getData();
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
|
Reference in New Issue
Block a user