From 1b9a56fcf3ffcf0f69ed8b7447322d0a75ba99ac Mon Sep 17 00:00:00 2001 From: wzp <2040239371@qq.com> Date: 星期四, 02 三月 2023 15:31:14 +0800 Subject: [PATCH] 清理dataAccess,避免报错 --- web/web/GwTransfer.ashx | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/web/web/GwTransfer.ashx b/web/web/GwTransfer.ashx index 8badb6c..fb0e3c2 100644 --- a/web/web/GwTransfer.ashx +++ b/web/web/GwTransfer.ashx @@ -2,7 +2,6 @@ using System; using System.Web; -using com.softwee.smgw.common; using Dao; using Model; using System.Collections.Generic; @@ -36,7 +35,11 @@ } } - + /// <summary> + /// 鍔犺浇鎼哄彿杞綉 + /// </summary> + /// <param name="context"></param> + /// <returns></returns> private JsonPageResult LoadGwTransfer(PageContext<SysUser> context) { string mobile = context.GetString("mobile"); -- Gitblit v1.9.1