优化模块值.

This commit is contained in:
lijiahang
2024-10-15 17:41:39 +08:00
parent 6e3abab232
commit 3e41e17367
25 changed files with 103 additions and 101 deletions

View File

@@ -65,7 +65,6 @@ public class SystemSettingController {
@GetMapping("/setting")
@Operation(summary = "查询系统设置")
@Parameter(name = "type", description = "type", required = true)
@PreAuthorize("@ss.hasPermission('infra:system-setting:query')")
public Map<String, Object> getSystemSettingByType(@RequestParam("type") String type) {
return systemSettingService.getSystemSettingByType(type);
}