Commit 1044e59b by wangx

bug修改

parent cbc88dcb
......@@ -85,8 +85,9 @@ public class ExamRecordController extends BaseController {
@RequestParam(value = CommonConstant.PAGE_SIZE, required = false, defaultValue = CommonConstant.PAGE_SIZE_DEFAULT) String pageSize,
@RequestParam(value = CommonConstant.SORT, required = false, defaultValue = CommonConstant.PAGE_SORT_DEFAULT) String sort,
@RequestParam(value = CommonConstant.ORDER, required = false, defaultValue = CommonConstant.PAGE_ORDER_DEFAULT) String order,
@RequestParam(value = "examinationName", required = false) String examinationName,
ExaminationRecord examRecord) {
return examRecordService.examRecordList(examRecord, pageNum, pageSize, sort, order);
return examRecordService.examRecordList(examRecord, pageNum, pageSize, sort, order,examinationName);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment