Commit 27fb08a5 authored by 田涛's avatar 田涛

预案接口优化

parent 69e5a524
......@@ -20,7 +20,7 @@ import java.util.List;
@RestController
@RequestMapping("/api/contingencyPlan")
@Api("预案api")
@Api(tags = "预案api")
public class ContingencyPlanController extends BaseController {
@Autowired
......@@ -75,7 +75,7 @@ public class ContingencyPlanController extends BaseController {
* 数字预案分页查询
*/
@Permission
@ApiOperation(value = "查看数字预案详情", notes = "查看数字预案详情")
@ApiOperation(value = "数字预案分页查询", notes = "数字预案分页查询")
@GetMapping(value = "/page", produces = "application/json;charset=UTF-8")
public CommonResponse pageFilter(@RequestParam(value = "current") int current,
@RequestParam(value = "planName", required = false) String planName,
......
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