From 9f5df1b277c9f72f0aeb847de042de4934286f60 Mon Sep 17 00:00:00 2001 From: yzh <snbbt@21cn.com> Date: 星期一, 14 三月 2022 11:57:12 +0800 Subject: [PATCH] Test --- web/web/GwAuditCache.ashx | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/web/web/GwAuditCache.ashx b/web/web/GwAuditCache.ashx index af115f6..c289978 100644 --- a/web/web/GwAuditCache.ashx +++ b/web/web/GwAuditCache.ashx @@ -11,6 +11,11 @@ public class GwAuditCacheHandler : PageHandler<SysUser> { + + + //cessssssssssssssssss + + private GwSpDao _Dao = new GwSpDao(); public override JsonPageResult ProcessRequestInternal(PageContext<SysUser> context) { -- Gitblit v1.9.1