From 318d349fc009011a135dbce5a25e392b492c0718 Mon Sep 17 00:00:00 2001 From: yzh <snbbt@21cn.com> Date: 星期五, 20 五月 2022 16:49:20 +0800 Subject: [PATCH] 客户分配个性产品 系统数据权限隔离 --- web/web/ExportDocument.aspx.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/web/web/ExportDocument.aspx.cs b/web/web/ExportDocument.aspx.cs index 0d28a08..cb43a1c 100644 --- a/web/web/ExportDocument.aspx.cs +++ b/web/web/ExportDocument.aspx.cs @@ -307,7 +307,7 @@ WebTool webTool = new WebTool(); Dictionary<string, string> dictionary = new Dictionary<string, string>(); dictionary["AP娑堟伅ID"] = "AP_MID"; - dictionary["浠g悊鍟�"] = "CLIENT_ID"; + dictionary["瀹㈡埛ID"] = "CLIENT_ID"; dictionary["璐﹀彿"] = "SP_ID"; dictionary["鎺ュ叆鐐笽D"] = "AP_ID"; dictionary["閫氶亾鍚�"] = "OP_NAME"; -- Gitblit v1.9.1