From a89e6ba4b31d13e437d04146490ba8f1c299da08 Mon Sep 17 00:00:00 2001 From: wangsheng <123456> Date: 星期二, 01 三月 2022 20:45:22 +0800 Subject: [PATCH] Merge branch 'Develop' of http://8.129.227.30:10801/r/SMGW_NewWeb into Develop --- web/web/GwSp.ashx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/web/web/GwSp.ashx b/web/web/GwSp.ashx index e7cf40e..6f41e03 100644 --- a/web/web/GwSp.ashx +++ b/web/web/GwSp.ashx @@ -123,7 +123,7 @@ return this.Add(context); case "loadGwSpPageList": return this.LoadGwSpPageList(context); - case "loadGwSpAccountPageList": + case "loadGwSpAccountPageList"://鍔犺浇璐﹀彿鍒楄〃 return this.LoadGwSpAccountPageList(context); case "update": return this.Update(context); -- Gitblit v1.9.1