fi
This commit is contained in:
parent
bec7aa5457
commit
2c7e95212c
@ -19,5 +19,5 @@ public class OwnResultResp {
|
|||||||
private String name;
|
private String name;
|
||||||
//最后得分
|
//最后得分
|
||||||
@ApiModelProperty("最后得分")
|
@ApiModelProperty("最后得分")
|
||||||
private BigDecimal lastScore;
|
private BigDecimal allScore;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -99,7 +99,7 @@ public class ChartController extends AbstractController{
|
|||||||
//如果id为空,查询自己信息
|
//如果id为空,查询自己信息
|
||||||
userId = getUserId();
|
userId = getUserId();
|
||||||
}
|
}
|
||||||
List<OwnResultResp> ownResultResps = resultRecordService.ownResult(null);
|
List<OwnResultResp> ownResultResps = resultRecordService.ownResult(userId);
|
||||||
return R.ok().put("data",ownResultResps);
|
return R.ok().put("data",ownResultResps);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user