소스 검색

老师统计,学生统计修改

weifanli 3 년 전
부모
커밋
5ea561af84
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      cooleshow-user/user-student/src/main/java/com/yonge/cooleshow/student/task/TaskController.java

+ 1 - 1
cooleshow-user/user-student/src/main/java/com/yonge/cooleshow/student/task/TaskController.java

@@ -32,7 +32,7 @@ public class TaskController extends BaseController {
      * @return: com.yonge.cooleshow.common.entity.HttpResponseResult<java.util.List<com.yonge.cooleshow.biz.dal.vo.StudentTotalVo>>
      * @return: com.yonge.cooleshow.common.entity.HttpResponseResult<java.util.List<com.yonge.cooleshow.biz.dal.vo.StudentTotalVo>>
      */
      */
     @GetMapping("/queryStudentTotal")
     @GetMapping("/queryStudentTotal")
-    public HttpResponseResult<List<StudentTotalVo>> queryStudentTotal() {
+    public HttpResponseResult<List<StudentTotal>> queryStudentTotal() {
         return succeed(studentTotalService.queryStudentTotal());
         return succeed(studentTotalService.queryStudentTotal());
     }
     }
 }
 }