提交 4df35d8f authored 作者: 马晨俊's avatar 马晨俊

mcj:更新规则查询数据结构

上级 ddb43e0d
...@@ -49,6 +49,7 @@ public class RuleController { ...@@ -49,6 +49,7 @@ public class RuleController {
@ApiOperation("修改规则") @ApiOperation("修改规则")
public ResponseEntity update(@RequestBody RuleQo ruleQo){ public ResponseEntity update(@RequestBody RuleQo ruleQo){
ruleService.upRule(ruleQo); ruleService.upRule(ruleQo);
System.out.println("");
return ResponseEntity.ok(200); return ResponseEntity.ok(200);
} }
/** /**
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论