From d984daba2789dce6920d51fdad7b4fc6c718f562 Mon Sep 17 00:00:00 2001 From: yibo <361071264@qq.com> Date: Tue, 15 May 2018 14:28:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=94=E8=AF=A5=E4=BB=8E5.12=E5=8F=B7?= =?UTF-8?q?=E4=B9=8B=E5=90=8E=E7=9A=84=E5=86=8D=E4=B8=8A=E4=BC=A0=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- B3ClientService/Tasks/SyncCarcassInStoreToTrackBack.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/B3ClientService/Tasks/SyncCarcassInStoreToTrackBack.cs b/B3ClientService/Tasks/SyncCarcassInStoreToTrackBack.cs index 6e24025..d902f56 100644 --- a/B3ClientService/Tasks/SyncCarcassInStoreToTrackBack.cs +++ b/B3ClientService/Tasks/SyncCarcassInStoreToTrackBack.cs @@ -101,7 +101,7 @@ namespace BWP.B3ClientService.Tasks query.Range = SelectRange.Top(500); query.OrderBy.Expressions.Add(DQOrderByExpression.Create("ID")); query.Where.Conditions.Add(DQCondition.And(DQCondition.InEQ(DQExpression.Field("BarCode"), DQExpression.Value("")), DQCondition.IsNull(DQExpression.Field(log, "GradeAndWeight_ID")))); - query.Where.Conditions.Add(DQCondition.GreaterThan("Date", new DateTime(2018, 2, 12))); + query.Where.Conditions.Add(DQCondition.GreaterThan("Date", new DateTime(2018, 5, 12))); using (var reader = session.ExecuteReader(query)) { while (reader.Read())