|
|
@ -103,7 +103,7 @@ public class QuController extends BaseController {
|
|
|
|
|
|
|
|
|
|
|
|
@ApiOperation("删除")
|
|
|
|
@ApiOperation("删除")
|
|
|
|
@RequiresPermissions("system:qu:remove")
|
|
|
|
@RequiresPermissions("system:qu:remove")
|
|
|
|
@Log(title = "题库", businessType = BusinessType.DELETE)
|
|
|
|
@Log(title = "试题", businessType = BusinessType.DELETE)
|
|
|
|
@PostMapping("/remove")
|
|
|
|
@PostMapping("/remove")
|
|
|
|
@ResponseBody
|
|
|
|
@ResponseBody
|
|
|
|
public AjaxResult remove(String ids) {
|
|
|
|
public AjaxResult remove(String ids) {
|
|
|
|