src/main/java/com/example/jz/controller/CommonQuestionController.java @@ -93,4 +93,3 @@ return R.ok(commonQuestionService.removeByIds(idList)); } }