From 3a3e585d9dd93688ed237bfc46bf06991d0772a1 Mon Sep 17 00:00:00 2001
From: yzh <snbbt@21cn.com>
Date: 星期四, 19 五月 2022 15:00:52 +0800
Subject: [PATCH] 账号信息增加是否自动返还 系统账号信息增加:用户类型 客户信息增加:归属客户经理、归属业务员、归属客服人员、归属财务等 客户账号查询优化 账号查询充值优化

---
 web/web/ExportDocument.aspx.cs |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/web/web/ExportDocument.aspx.cs b/web/web/ExportDocument.aspx.cs
index 0effa22..0d28a08 100644
--- a/web/web/ExportDocument.aspx.cs
+++ b/web/web/ExportDocument.aspx.cs
@@ -303,13 +303,14 @@
                 this.Response.End();
             }
             DataTable dataTable = gwSmDao.LoadSpDataTable(apMid, opName, clientId, spid, mobile, sDate, beginTime, endTime, content, @int, opstat);
+           
             WebTool webTool = new WebTool();
             Dictionary<string, string> dictionary = new Dictionary<string, string>();
             dictionary["AP娑堟伅ID"] = "AP_MID";
-            dictionary["CLTID"] = "CLIENT_ID";
+            dictionary["浠g悊鍟�"] = "CLIENT_ID";
             dictionary["璐﹀彿"] = "SP_ID";
-            dictionary["APID"] = "AP_ID";
-            dictionary["OPID"] = "OP_ID";
+            dictionary["鎺ュ叆鐐笽D"] = "AP_ID";
+            dictionary["閫氶亾鍚�"] = "OP_NAME";
             dictionary["鐮佸彿"] = "ACCESS_CODE";
             dictionary["鎺ユ敹鍙风爜"] = "MOBILE";
             dictionary["PKN "] = "PK_NUMBER";
@@ -328,6 +329,7 @@
             dictionary["鐘舵�佹姤鍛婂洖鎵ф椂闂�"] = "OP_DELIVER_TIME";
             dictionary["鍐呭"] = "MSG_CONTENT";
             dictionary["鐘舵��"] = "STAT";
+            dictionary["鑰楁椂"] = "OUT_TIME";
             webTool.Export(dataTable, dictionary, "鏃ュ織_" + sDate, this.Context.Response);
         }
     }

--
Gitblit v1.9.1