Commit 84879fa1 authored by 李秀明's avatar 李秀明

Merge remote-tracking branch 'origin/develop_dl_4.0' into develop_dl_4.0

parents 51e395c5 356602da
......@@ -93,7 +93,7 @@ public class ContingencyPlanController extends BaseController {
@RequestParam(value = "implementationTimeRight", required = false) Long implementationTimeRightStamp,
@RequestParam(value = "size") int size,
@RequestParam(value = "equipmentId", required = false) String equipmentId,
@RequestParam(value = "category") String category) {
@RequestParam(value = "category", required = false) String category) {
if (current < 1 || size < 1) {
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