|
@@ -23,14 +23,14 @@ public class TeacherSalaryComplaintsController extends BaseController {
|
|
|
@Autowired
|
|
|
private TeacherSalaryComplaintsService teacherSalaryComplaintsService;
|
|
|
|
|
|
- @ApiOperation(value = "终极班级信息分页获取")
|
|
|
+ @ApiOperation(value = "分页获取")
|
|
|
@RequestMapping("/queryPage")
|
|
|
@PreAuthorize("@pcs.hasPermissions('teacherSalaryComplaints/queryPage')")
|
|
|
public Object queryPage(TeacherSalaryModifyQueryInfo queryInfo){
|
|
|
return succeed(teacherSalaryComplaintsService.queryPage(queryInfo));
|
|
|
}
|
|
|
|
|
|
- @ApiOperation(value = "终极班级信息获取")
|
|
|
+ @ApiOperation(value = "获取")
|
|
|
@RequestMapping("/get")
|
|
|
@PreAuthorize("@pcs.hasPermissions('teacherSalaryComplaints/get')")
|
|
|
public Object get(Long id){
|