Commit fd06730a authored by zhangqingle's avatar zhangqingle

修改接口

parent 64b96936
...@@ -524,7 +524,7 @@ public class BLessonController extends PaginationController<BLesson> { ...@@ -524,7 +524,7 @@ public class BLessonController extends PaginationController<BLesson> {
* @param * @param
* @return * @return
*/ */
@ApiOperation(value="630 培训学员总数", notes="培训学员总数(已报名 已到场 未到场)") @ApiOperation(value="630 培训学员", notes="培训学员")
@GetMapping(value = "/trainPersons") @GetMapping(value = "/trainPersons")
public Result trainPersons(CurUser curUser,@Valid FindTrainPersonDTO param,BindingResult bindingResult ) { public Result trainPersons(CurUser curUser,@Valid FindTrainPersonDTO param,BindingResult bindingResult ) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment