接口修复
This commit is contained in:
parent
4d75d91766
commit
6ec0b4bf29
|
|
@ -121,4 +121,11 @@ public class SysConfigController
|
||||||
configService.removeBatchByIds(Arrays.asList(configIds));
|
configService.removeBatchByIds(Arrays.asList(configIds));
|
||||||
return AjaxResult.success();
|
return AjaxResult.success();
|
||||||
}
|
}
|
||||||
|
@RequiresPermissions("system:config:remove")
|
||||||
|
@SysLog(value = "参数管理", businessType = BusinessType.DELETE)
|
||||||
|
@DeleteMapping("/refreshCache")
|
||||||
|
public AjaxResult refreshCache()
|
||||||
|
{
|
||||||
|
return AjaxResult.success();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue