|
@@ -45,6 +45,6 @@ public interface SmartEvaluateTeacherControllerAPI {
|
|
|
|
|
|
|
|
@RequestMapping(value = "/getScoreRank")
|
|
@RequestMapping(value = "/getScoreRank")
|
|
|
@ApiOperation(value = "评分排行", httpMethod = "POST")
|
|
@ApiOperation(value = "评分排行", httpMethod = "POST")
|
|
|
- public CommonResult getScoreRank(int currentPage, int pageCount,String scoreItem);
|
|
|
|
|
|
|
+ public CommonResult getScoreRank(int currentPage, int pageCount,String subject);
|
|
|
|
|
|
|
|
}
|
|
}
|