Commit 356602da authored by 张森's avatar 张森

分类列表添加筛选,字段设置为非必填

parent 4870576a
...@@ -93,7 +93,7 @@ public class ContingencyPlanController extends BaseController { ...@@ -93,7 +93,7 @@ public class ContingencyPlanController extends BaseController {
@RequestParam(value = "implementationTimeRight", required = false) Long implementationTimeRightStamp, @RequestParam(value = "implementationTimeRight", required = false) Long implementationTimeRightStamp,
@RequestParam(value = "size") int size, @RequestParam(value = "size") int size,
@RequestParam(value = "equipmentId", required = false) String equipmentId, @RequestParam(value = "equipmentId", required = false) String equipmentId,
@RequestParam(value = "category") String category) { @RequestParam(value = "category", required = false) String category) {
if (current < 1 || size < 1) { if (current < 1 || size < 1) {
throw new YeeException("分页参数有误"); throw new YeeException("分页参数有误");
} }
......
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