Commit f780193f by guojuxing

协作人详情接口修复

parent af859a6f
......@@ -55,7 +55,7 @@ public class CollaboratorController {
@RequestMapping("/get-detail")
public RestResponse getDetail(Integer collaboratorId) {
return ResultControllerUtils.commonResult(
return ResultControllerUtils.commonResultOne(
collaboratorApiService.getDetail(collaboratorId), CollaboratorDetailVO.class);
}
......
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