|
@@ -135,7 +135,7 @@ public class TmsStudentInfoController extends BaseController {
|
|
|
|
|
|
/**
|
|
|
* 根据驾校ID查询学员每日报名数
|
|
|
- */
|
|
|
+
|
|
|
@GetMapping("/getEveryDayStuCountBySchoolId")
|
|
|
@ApiOperation("根据驾校ID查询学员每日报名数")
|
|
|
public ResponsePageInfo getEveryDayStuCountBySchoolId(@ModelAttribute TmsBmDayListDTO dayListDTO) {
|
|
@@ -147,10 +147,10 @@ public class TmsStudentInfoController extends BaseController {
|
|
|
reusltList.setData(map);
|
|
|
return reusltList;
|
|
|
}
|
|
|
-
|
|
|
+ */
|
|
|
/**
|
|
|
* 根据驾校ID查询学员每月报名数
|
|
|
- */
|
|
|
+
|
|
|
@GetMapping("/getEveryMonthStuCountBySchoolId")
|
|
|
@ApiOperation("根据驾校ID查询学员每月报名数")
|
|
|
public ResponsePageInfo getEveryMonthStuCountBySchoolId(@ModelAttribute TmsBmMonthListDTO monthListDTO) {
|
|
@@ -162,10 +162,10 @@ public class TmsStudentInfoController extends BaseController {
|
|
|
reusltList.setData(map);
|
|
|
return reusltList;
|
|
|
}
|
|
|
-
|
|
|
+ */
|
|
|
/**
|
|
|
* 根据驾校ID查询学员每年报名数
|
|
|
- */
|
|
|
+
|
|
|
@GetMapping("/getEveryYearStuCountBySchoolId")
|
|
|
@ApiOperation("根据驾校ID查询学员每年报名数")
|
|
|
public ResponsePageInfo getEveryYearStuCountBySchoolId(@ModelAttribute TmsBmYearListDTO yearListDTO) {
|
|
@@ -177,7 +177,7 @@ public class TmsStudentInfoController extends BaseController {
|
|
|
reusltList.setData(map);
|
|
|
return reusltList;
|
|
|
}
|
|
|
-
|
|
|
+ */
|
|
|
|
|
|
}
|
|
|
|