From ee15dec5d91adbd1bdf15b26915b79751c17e481 Mon Sep 17 00:00:00 2001
From: wangsheng <123456>
Date: 星期二, 22 三月 2022 09:39:17 +0800
Subject: [PATCH] 解决冲突

---
 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