mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2025-12-30 09:22:28 +00:00
@@ -83,7 +83,7 @@ public class SysConfigController extends BaseController
|
||||
@PostMapping
|
||||
public AjaxResult add(@Validated @RequestBody SysConfig config)
|
||||
{
|
||||
if (configService.checkConfigKeyUnique(config))
|
||||
if (!configService.checkConfigKeyUnique(config))
|
||||
{
|
||||
return error("新增参数'" + config.getConfigName() + "'失败,参数键名已存在");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user