Commit 5b5e2550 authored by huyuchen's avatar huyuchen

失败原因配置

parent 1485c70e
...@@ -45,7 +45,6 @@ public class FailReasonConfigController { ...@@ -45,7 +45,6 @@ public class FailReasonConfigController {
*/ */
@Operation(summary = "通过id查询", description = "通过id查询") @Operation(summary = "通过id查询", description = "通过id查询")
@GetMapping("/{id}" ) @GetMapping("/{id}" )
@PreAuthorize("@pms.hasPermission('social_failreasonconfig_get')" )
public R<FailReasonConfig> getById(@PathVariable("id" ) String id) { public R<FailReasonConfig> getById(@PathVariable("id" ) String id) {
return R.ok(failReasonConfigService.getById(id)); return R.ok(failReasonConfigService.getById(id));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment