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
 		}