@@ -51,7 +51,7 @@ public class QuestionController extends BaseApiController {
}
question.setShortTitle(clearHtml);
});
- return CommonResult.data(questionService.page(model));
+ return CommonResult.data(pageInfo);
@RequestMapping(value = "/edit", method = RequestMethod.POST)