Commit 5b5e2550 authored by huyuchen's avatar huyuchen

失败原因配置

parent 1485c70e
......@@ -45,7 +45,6 @@ public class FailReasonConfigController {
*/
@Operation(summary = "通过id查询", description = "通过id查询")
@GetMapping("/{id}" )
@PreAuthorize("@pms.hasPermission('social_failreasonconfig_get')" )
public R<FailReasonConfig> getById(@PathVariable("id" ) String 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