代码提交
parent
67d2f66398
commit
3efd2cd51b
|
|
@ -282,7 +282,7 @@ public class AddressBookController {
|
||||||
if (Objects.isNull(byId)){
|
if (Objects.isNull(byId)){
|
||||||
return ResultJson.error("该用户不存在");
|
return ResultJson.error("该用户不存在");
|
||||||
}
|
}
|
||||||
return ResultJson.ok(service.getById(byId.getAbId()));
|
return ResultJson.ok(JSON.parseObject(JSON.toJSONString(service.getById(byId.getAbId())).replaceAll("null","")));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue