|
|
|
@ -176,7 +176,7 @@ public class CaseController {
|
|
|
|
|
@AnonymousAccess
|
|
|
|
|
private ResultEntity<PageInfo<CaseInfo>> getCaseInfoList(@RequestParam Integer index,
|
|
|
|
|
@RequestParam Integer size,
|
|
|
|
|
@RequestParam String schoolId,
|
|
|
|
|
@RequestParam(required = false) String schoolId,
|
|
|
|
|
@RequestParam(required = false) String keyWord,
|
|
|
|
|
@RequestParam(required = false) String type) {
|
|
|
|
|
PageHelper.startPage(index, size);
|
|
|
|
|