Changes
parent
b8994d4894
commit
ef89c3c69c
|
@ -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));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue