|
|
|
@ -212,7 +212,7 @@ public class PropertyServiceImpl implements PropertyService { |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public Result<List<ProjectDetailResultDTO>> projectDetail(TokenDto userDetail, String id) { |
|
|
|
public Result<ProjectDetailResultDTO> projectDetail(TokenDto userDetail, String id) { |
|
|
|
if (null == userDetail) { |
|
|
|
return new Result().error("获取用户信息失败"); |
|
|
|
} |
|
|
|
|