From e76da58d55a18a746d021fd96351c48cc9648d7c Mon Sep 17 00:00:00 2001
From: yzh <snbbt@21cn.com>
Date: 星期六, 09 十月 2021 11:37:56 +0800
Subject: [PATCH] 产品管理导出优化

---
 web/web/GwSp.ashx |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/web/web/GwSp.ashx b/web/web/GwSp.ashx
index 8dc0a8b..e7cf40e 100644
--- a/web/web/GwSp.ashx
+++ b/web/web/GwSp.ashx
@@ -284,6 +284,7 @@
         int recordCount = 0;
         int int3 = context.GetInt("pageSize", 20);
         int int4 = context.GetInt("pageIndex", 1);
+        int int5 = context.GetInt("resendStatus", 1);
         if (!string.IsNullOrEmpty(string3) && int1 <= 0)
             throw new ArgumentException("璇烽�夋嫨閫氶亾缁勮矾鐢辨ā寮�");
         GwSpDao gwSpDao = new GwSpDao();
@@ -293,7 +294,7 @@
         if (string.IsNullOrEmpty(clientId) && !string.IsNullOrEmpty(string4))
             clientId = new GwClientDao().GetClientName(string4).ClientID;
         //鍔犺浇璐﹀彿鍒楄〃淇℃伅
-        List<GwSp> list = gwSpDao.LoadInfoList(string2, apId, clientId, int1, string3, int2, int4, int3, out recordCount);
+        List<GwSp> list = gwSpDao.LoadInfoList(string2, apId, clientId, int1, string3, int2, int4, int3, int5.ToString(),out recordCount);
         string str1 = "";
         if (list != null && list.Count > 0)
         {

--
Gitblit v1.9.1