ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/controller/SysConfigController.java
@@ -50,7 +50,7 @@ * 根据参数编号获取详细信息 */ @GetMapping(value = "/{configId}") public R getInfo(@PathVariable Long configId) { public R getInfo(@PathVariable("configId") Long configId) { return R.ok(configService.selectConfigById(configId)); }