Compare commits
2 Commits
cfda1020cb
...
d3dcc6b5c2
| Author | SHA1 | Date |
|---|---|---|
|
|
d3dcc6b5c2 | |
|
|
6ec0b4bf29 |
|
|
@ -121,4 +121,11 @@ public class SysConfigController
|
|||
configService.removeBatchByIds(Arrays.asList(configIds));
|
||||
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