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())