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
 		}