master
chentaisen 2024-08-22 16:13:32 +08:00
parent b8994d4894
commit ef89c3c69c
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ public class RuleTypeController {
*/ */
@PutMapping("/update") @PutMapping("/update")
public Result update(@RequestBody RuleType ruleType) { public Result update(@RequestBody RuleType ruleType) {
return Result.success(ruleTypeService.updateById(ruleType)); return Result.success(ruleTypeService.updateById(ruleType));
} }