CY_ECommercePlatform/CY.SQLDAL/EC/EC_OrderBasicDAL.cs
@@ -3134,7 +3134,7 @@ condition += " and a.CreateTime >= '" + StartCreatTime.Value + "' "; if (EndCreatTime != null) condition += " and a.CreateTime =< '" + EndCreatTime.Value.AddDays(1) + "' "; condition += " and a.CreateTime <= '" + EndCreatTime.Value.AddDays(1) + "' "; if (StartReturnTime != null) condition += " and d.DeliverTime >= '" + StartReturnTime.Value + "' ";