Changes
parent
f0a94a4a9c
commit
1d81d46996
|
@ -56,7 +56,7 @@ public class RuleController {
|
||||||
*/
|
*/
|
||||||
@Operation(summary = "规则修改", description = "根据规则的id")
|
@Operation(summary = "规则修改", description = "根据规则的id")
|
||||||
@PutMapping("/update")
|
@PutMapping("/update")
|
||||||
public Result update(@RequestBody Rule rule) {
|
public Result update(Rule rule) {
|
||||||
return Result.success(ruleService.updateById(rule));
|
return Result.success(ruleService.updateById(rule));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue