修复生成业务代码异常

优化代码,删除columnHeaders
This commit is contained in:
yubaolee
2021-10-27 22:47:42 +08:00
parent 9fd0405721
commit 1c699eda26
9 changed files with 19 additions and 17 deletions

View File

@@ -176,10 +176,12 @@ namespace OpenAuth.App.SSO
_cacheContext.Remove(token);
return true;
}
catch (Exception ex)
catch
{
return false;
}
}
}
}