CY_ECommercePlatform/CY.WebForm/Pages/business/OrderListBatchKaipiao.aspx.cs
@@ -475,7 +475,8 @@
                this.selPayStates.DataSource = _sys_DictionaryBLL.GetDataByType("EC_订单支付状态");
                this.selPayStates.DataBind();
                this.selPayStates.Items.Insert(0, new ListItem("全部", ""));
                this.selPayStates.Value = "0";
                //this.selPayStates.Value = "0";
                this.selKaipiaoshenqing.Value = "2";
                //this.selOrderStates.DataSource = _sys_DictionaryBLL.GetDataByType("EC_订单状态").Where(p => p.MeanValue.Value != -5 && p.MeanValue.Value != -4);
                //this.selOrderStates.DataBind();
@@ -551,6 +552,7 @@
            SetParamValue(searchParam, 19, CurrentUser.TrueMemberId);
            SetParamValue(searchParam, 20, CurrentUser.StaffId);
            SetParamValue(searchParam, 21, CurrentUser.TrueName);
            SetParamValue(searchParam, 24, this.selKaipiaoshenqing.Value);
            SearchParam = searchParam;