Commit 82bc0332 authored by lee_mingzhu's avatar lee_mingzhu

rpc

parent a7e97300
...@@ -404,7 +404,7 @@ public class InnerController { ...@@ -404,7 +404,7 @@ public class InnerController {
return JsonResult.buildErrorStateResult("用户不能为空", null); return JsonResult.buildErrorStateResult("用户不能为空", null);
} }
UserSpouse userSpouse = userSpouseService.findByUserId(userId); UserSpouse userSpouse = userSpouseService.findByUserId(userId);
return JsonResult.buildSuccessResult(null, userSpouse); return JsonResult.buildSuccessResult(null, UserSpouseRet.getUserSpouseRet(userSpouse));
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment