Browse Source

event: update

Yi 2 weeks ago
parent
commit
d3ea268d8a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      module/crontab/neck_ring_merge.go

+ 1 - 1
module/crontab/neck_ring_merge.go

@@ -264,7 +264,7 @@ func (e *Entry) FirstFilterUpdate(pastureId int64, xToDay *XToday) (processIds [
 		Where("id > ?", xToDay.LastMaxHabitId).
 		Where("pasture_id = ?", pastureId).
 		Where("is_show = ?", pasturePb.IsShow_No).
-		Where("record_count = ?", model.DefaultRecordCount).
+		//Where("record_count = ?", model.DefaultRecordCount).
 		Where(e.DB.Where("high >= ?", xToDay.High).Or("rumina >= ?", xToDay.Rumina)).
 		Order("heat_date,neck_ring_number,frameid").
 		Limit(int(defaultLimit)).