操作日志特性、操作日志全局过滤器搭建

This commit is contained in:
陈淳
2022-09-29 17:02:34 +08:00
parent 8eef0e410e
commit be7ea64c5a
6 changed files with 87 additions and 15 deletions

View File

@@ -26,8 +26,6 @@ namespace Yi.Framework.WebCore.AttributeExtend
/// <exception cref="Exception"></exception>
public override void OnActionExecuting(ActionExecutingContext context)
{
if (string.IsNullOrEmpty(permission))
{
throw new Exception("权限不能为空!");