From 89b8562ad1fb3943db3ffb922544afb3ce57e457 Mon Sep 17 00:00:00 2001 From: wangsheng <123456> Date: 星期一, 07 三月 2022 17:06:28 +0800 Subject: [PATCH] 待审核增加通道筛选 --- 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