From 5944b55b1486943c696a3beb004d564dceb81cf2 Mon Sep 17 00:00:00 2001 From: wangsheng <123456> Date: 星期二, 01 三月 2022 20:43:48 +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