|
@@ -33,7 +33,7 @@ public class ClassGroupStudentController extends BaseController {
|
|
@ApiImplicitParams({@ApiImplicitParam(name = "userId", value = "用户id", required = true, dataType = "int"),
|
|
@ApiImplicitParams({@ApiImplicitParam(name = "userId", value = "用户id", required = true, dataType = "int"),
|
|
@ApiImplicitParam(name = "classGroupId", value = "班级id", required = true, dataType = "int")})
|
|
@ApiImplicitParam(name = "classGroupId", value = "班级id", required = true, dataType = "int")})
|
|
public HttpResponseResult del(Integer userId, Integer classGroupId) throws Exception {
|
|
public HttpResponseResult del(Integer userId, Integer classGroupId) throws Exception {
|
|
- return succeed(classGroupStudentMapperService.delClassGroupStudent(userId, classGroupId));
|
|
|
|
|
|
+ return succeed(classGroupStudentMapperService.delClassGroupStudent(userId, classGroupId,false));
|
|
}
|
|
}
|
|
|
|
|
|
@ApiOperation(value = "查询班级所有学生")
|
|
@ApiOperation(value = "查询班级所有学生")
|