1
0

2 کامیت‌ها 528004e954 ... afc74f8c7b

نویسنده SHA1 پیام تاریخ
  Yi afc74f8c7b warning: estrusItems update 2 ماه پیش
  Yi 528004e954 warning: estrusItems update 2 ماه پیش
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      model/neck_ring_estrus_warning.go

+ 2 - 1
model/neck_ring_estrus_warning.go

@@ -111,11 +111,12 @@ func (n NeckRingEstrusWarningSlice) ToPB(
 				}
 			}
 		}
+
 		if matingWindowPeriodKind > pasturePb.MatingWindowPeriod_Invalid {
 			found = isIPeriod(matingWindowPeriodKind, nowTime, optimumMatingStartTime, optimumMatingEndTime)
 		}
 
-		if !found {
+		if found {
 			continue
 		}