CY_ECommercePlatform/CY.BLL/EC/EC_OrderBasicBLL.cs
@@ -727,6 +727,10 @@
                {
                    Condition += " and (  DATEDIFF(DAY,GETDATE(),ob.[DeliveryTime])<=0 or  DATEDIFF(DAY,GETDATE(),oe.[DelayTime])<=0 )";
                }
                else if (DeliveryTime == "明天逾期")
                {
                    Condition += " and (  DATEDIFF(DAY,GETDATE(),ob.[DeliveryTime])<=1 or  DATEDIFF(DAY,GETDATE(),oe.[DelayTime])<=1 )";
                }
            }
@@ -821,7 +825,10 @@
                {
                    Condition += " and (  DATEDIFF(DAY,GETDATE(),ob.[DeliveryTime])<=0 or  DATEDIFF(DAY,GETDATE(),oe.[DelayTime])<=0 )";
                }
                else if (DeliveryTime == "明天逾期")
                {
                    Condition += " and (  DATEDIFF(DAY,GETDATE(),ob.[DeliveryTime])<=1 or  DATEDIFF(DAY,GETDATE(),oe.[DelayTime])<=1 )";
                }
            }
            if (!string.IsNullOrEmpty(Province))