CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookPrint.aspx.cs
@@ -69,6 +69,11 @@
            {
                coreCmsPlanOrders = coreCmsPlanOrders.Where(x => x.shipAddress.Contains(xuexiao));
            }
            var status = this.selstatus.Value.Trim().ToInt32(); ;
            if (status.HasValue)
            {
                coreCmsPlanOrders = coreCmsPlanOrders.Where(x => x.DeliverState == status);
            }