From 3914fb141f96081126ba547215040b620ce2134d Mon Sep 17 00:00:00 2001
From: luanhui <1029149336@qq.com>
Date: Wed, 27 Dec 2017 15:03:08 +0800
Subject: [PATCH] .
---
B3QingDaoWanFu.Web/B3QingDaoWanFu.Web.csproj | 12 +-----------
B3QingDaoWanFu/B3QingDaoWanFu.csproj | 1 +
B3QingDaoWanFu/TypeIOCs/SaleOutStoreBLTypeIoc.cs | 2 +-
3 files changed, 3 insertions(+), 12 deletions(-)
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);