diff --git a/B3QingDaoWanFu.Web/B3QingDaoWanFu.Web.csproj b/B3QingDaoWanFu.Web/B3QingDaoWanFu.Web.csproj
index 2d265d4..d9b149d 100644
--- a/B3QingDaoWanFu.Web/B3QingDaoWanFu.Web.csproj
+++ b/B3QingDaoWanFu.Web/B3QingDaoWanFu.Web.csproj
@@ -66,14 +66,6 @@
D:\BwpB3Project\tsref\Debug\B3ProduceUnitedInfos.dll
False
-
- False
- ..\..\..\tsref\Debug\B3Sale.dll
-
-
- False
- ..\..\..\tsref\Debug\B3Sale.Web.dll
-
False
D:\BwpB3Project\tsref\Debug\B3UnitedInfos.dll
@@ -141,9 +133,7 @@
ASPXCodeBehind
-
- ASPXCodeBehind
-
+
ASPXCodeBehind
diff --git a/B3QingDaoWanFu/B3QingDaoWanFu.csproj b/B3QingDaoWanFu/B3QingDaoWanFu.csproj
index 533dcb2..c02aa21 100644
--- a/B3QingDaoWanFu/B3QingDaoWanFu.csproj
+++ b/B3QingDaoWanFu/B3QingDaoWanFu.csproj
@@ -129,6 +129,7 @@
+
diff --git a/B3QingDaoWanFu/TypeIOCs/SaleOutStoreBLTypeIoc.cs b/B3QingDaoWanFu/TypeIOCs/SaleOutStoreBLTypeIoc.cs
index 2050655..b902bcc 100644
--- a/B3QingDaoWanFu/TypeIOCs/SaleOutStoreBLTypeIoc.cs
+++ b/B3QingDaoWanFu/TypeIOCs/SaleOutStoreBLTypeIoc.cs
@@ -48,7 +48,7 @@ namespace BWP.B3QingDaoWanFu.TypeIOCs
query.AddBillStateCondition(bill);
query.Where.Conditions.Add(DQCondition.EQ(detail, "AccountingUnit_ID",dmo.AccountingUnit_ID));
query.Where.Conditions.Add(DQCondition.LessThanOrEqual(bill, "StartPriceDate", dmo.LoadTime));
-
+ query.OrderBy.Expressions.Add(DQOrderByExpression.Create(bill,"ID",true));
query.Columns.Add(DQSelectColumn.Field("ID",bill));
query.Range=SelectRange.Top(1);