Compare commits

..

No commits in common. "d3dcc6b5c23e320ff35ba9a6928702e61d6be3ca" and "cfda1020cb2fe9e7804486d3479e6402598bdb20" have entirely different histories.

1 changed files with 0 additions and 7 deletions

View File

@ -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();
}
}