Browse Source

crontab: estrus update

ping 1 month ago
parent
commit
6f832c3d30
1 changed files with 1 additions and 1 deletions
  1. 1 1
      module/crontab/neck_ring_estrus.go

+ 1 - 1
module/crontab/neck_ring_estrus.go

@@ -231,7 +231,7 @@ func (e *Entry) UpdateEstrusIsPeak(pastureId int64, xToday time.Time) {
 	neckRingEstrusList := make([]*model.NeckRingEstrus, 0)
 	if err := e.DB.Model(new(model.NeckRingEstrus)).
 		Where("first_time != ?", "").
-		Where("is_peak == ?", pasturePb.IsShow_Ok).
+		Where("is_peak = ?", pasturePb.IsShow_Ok).
 		Where("is_show = ?", pasturePb.IsShow_Ok).
 		Where("pasture_id = ?", pastureId).
 		Find(&neckRingEstrusList).Error; err != nil {