提交 53a2c6f6 authored 作者: 马晨俊's avatar 马晨俊

Merge branch 'lj-project' of git.yfzx.zjtys.com.cn:912-system/monitor/inspect into lj-project

...@@ -65,14 +65,15 @@ public class RuleController { ...@@ -65,14 +65,15 @@ public class RuleController {
* @return * @return
*/ */
@ApiOperation("根据数据封装删除规则") @ApiOperation("根据数据封装删除规则")
@DeleteMapping @DeleteMapping(value = "/{id}")
@AuthAnnotation(code = {"1200","1400"}) @AuthAnnotation(code = {"1200","1400"})
public ResponseEntity deleteByQo(@RequestBody String id){ public ResponseEntity deleteByQo(@PathVariable String id){
ruleService.deleteRulePlus(id); ruleService.deleteRulePlus(id);
return ResponseEntity.ok(200); return ResponseEntity.ok(200);
} }
/** /**
* 分页+多条件查询 * 分页+多条件查询
* @param searchMap 查询条件封装 * @param searchMap 查询条件封装
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论