Compare commits
No commits in common. "d3dcc6b5c23e320ff35ba9a6928702e61d6be3ca" and "cfda1020cb2fe9e7804486d3479e6402598bdb20" have entirely different histories.
d3dcc6b5c2
...
cfda1020cb
|
|
@ -121,11 +121,4 @@ 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