|
@@ -176,8 +176,8 @@ public class InformController extends BaseController {
|
|
*/
|
|
*/
|
|
@ApiOperation("有多少学员无该课程或题库")
|
|
@ApiOperation("有多少学员无该课程或题库")
|
|
@PreAuthorize("@ss.hasPermi('grade:grade:select')")
|
|
@PreAuthorize("@ss.hasPermi('grade:grade:select')")
|
|
- @GetMapping("/selectNum")
|
|
|
|
- public AjaxResult<Integer> selectNum(InformAddBo bo) {
|
|
|
|
|
|
+ @PostMapping("/selectNum")
|
|
|
|
+ public AjaxResult<Integer> selectNum(@RequestBody InformAddBo bo) {
|
|
Integer Num = iInformService.selectNum(bo);
|
|
Integer Num = iInformService.selectNum(bo);
|
|
|
|
|
|
return AjaxResult.success(Num);
|
|
return AjaxResult.success(Num);
|