cow.go 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582
  1. package model
  2. import (
  3. "fmt"
  4. "math"
  5. "time"
  6. pasturePb "gitee.com/xuyiping_admin/go_proto/proto/go/backend/cow"
  7. )
  8. type Cow struct {
  9. Id int64 `json:"id"`
  10. PastureId int64 `json:"pastureId"` // 牧场id
  11. Sex pasturePb.Genders_Kind `json:"sex"` // 性别
  12. NeckRingNumber string `json:"neckRingNumber"` // 脖环号
  13. EarNumber string `json:"earNumber"` // 耳标号
  14. EleEarNumber string `json:"eleEarNumber"` // 电子耳标号
  15. EarOldNumber string `json:"earOldNumber"` // 旧耳标号
  16. PenId int32 `json:"penId"` // 栏舍id
  17. PenName string `json:"penName"` // 栏舍名称
  18. Lact int32 `json:"lact"` // 胎次
  19. DayAge int32 `json:"dayAge"` // 日龄
  20. CalvingAge int32 `json:"calvingAge"` // 产后天使
  21. PregnancyAge int32 `json:"pregnancyAge"` // 怀孕天数 孕检结果有阳性更新,产犊后至0
  22. AdmissionAge int32 `json:"admissionAge"` // 入场日龄
  23. AbortionAge int32 `json:"abortionAge"` // 流产天数
  24. LactationAge int32 `json:"lactationAge"` // 泌乳天数
  25. DryMilkAge int32 `json:"dryMilkAge"` // 干奶天数
  26. CowType pasturePb.CowType_Kind `json:"cowType"` // 牛只类型
  27. MilkKind pasturePb.CowMilk_Kind `json:"milkKind"` // 牛只奶属性
  28. BreedStatus pasturePb.BreedStatus_Kind `json:"breedStatus"` // 繁殖状态
  29. CowKind pasturePb.CowKind_Kind `json:"cowKind"` // 牛只品种
  30. BirthWeight int64 `json:"birthWeight"` // 出生体重
  31. CurrentWeight int64 `json:"currentWeight"` // 当前体重
  32. AdmissionWeight int64 `json:"admissionWeight"` // 入场体重
  33. SourceKind pasturePb.CowSource_Kind `json:"sourceKind"` // 来源哪里
  34. PurposeKind pasturePb.Purpose_Kind `json:"purposeKind"` // 用途
  35. FatherNumber string `json:"fatherNumber"` // 父号
  36. MotherNumber string `json:"motherNumber"` // 母号
  37. AdmissionStatus pasturePb.AdmissionStatus_Kind `json:"admissionStatus"` // 在场状态
  38. IsPregnant pasturePb.IsShow_Kind `json:"isPregnant"` // 是否怀孕
  39. IsForbiddenMating pasturePb.IsShow_Kind `json:"isForbiddenMating"` // 是否禁配 1 是 2 否
  40. HealthStatus pasturePb.HealthStatus_Kind `json:"healthStatus"` // 健康状态
  41. WeaningAt int64 `json:"weaningAt"` // 断奶时间
  42. BirthAt int64 `json:"birthAt"` // 出生时间
  43. AdmissionAt int64 `json:"admissionAt"` // 入场时间
  44. DepartureAt int64 `json:"departureAt"` // 离场时间
  45. FirstMatingAt int64 `json:"firstMatingAt"` // 首次配种时间
  46. MatingTimes int32 `json:"matingTimes"` // 配种次数
  47. AbortionTimes int32 `json:"abortionTimes"` // 流产次数
  48. WeeklyActive int32 `json:"weeklyActive"` // 每周活跃度
  49. LastEstrusAt int64 `json:"lastEstrusAt"` // 最后一次发情时间
  50. LastCalvingAt int64 `json:"lastCalvingAt"` // 最后一次产犊时间
  51. LastMatingAt int64 `json:"lastMatingAt"` // 最后一次配种时间
  52. LastBullNumber string `json:"lastBullNumber"` // 最后一次配种牛号
  53. LastPregnantCheckAt int64 `json:"lastPregnantCheckAt"` // 最后一次孕检时间
  54. LastDryMilkAt int64 `json:"lastDryMilkAt"` // 最近一次干奶日期
  55. LastForbiddenMatingAt int64 `json:"lastForbiddenMatingAt"` // 最近一次禁配时间
  56. LastSecondWeight int64 `json:"lastSecondWeight"` // 最后第二次称重
  57. LastSecondWeightAt int64 `json:"lastSecondWeightAt"` // 最后第二次称重时间
  58. LastAbortionAt int64 `json:"lastAbortionAt"` // 最近一次流产时间
  59. LastWeightAt int64 `json:"lastWeightAt"` // 最近一次称重时间
  60. CreatedAt int64 `json:"createdAt"`
  61. UpdatedAt int64 `json:"updatedAt"`
  62. }
  63. func (c *Cow) TableName() string {
  64. return "cow"
  65. }
  66. func (c *Cow) EventUpdate(weeklyActive int32) {
  67. c.DayAge = c.GetDayAge()
  68. c.CalvingAge = c.GetCalvingAge()
  69. c.PregnancyAge = c.GetDaysPregnant()
  70. c.AdmissionAge = c.GetAdmissionAge()
  71. c.AbortionAge = c.GetAbortionAge()
  72. if c.DayAge == 60 {
  73. c.CowType = pasturePb.CowType_Weaned_Calf
  74. }
  75. c.WeeklyActive = weeklyActive
  76. c.LactationAge = c.GetLactationAge()
  77. c.DryMilkAge = c.GetDryMilkAge()
  78. }
  79. // EventCalvingUpdate 产犊更新
  80. func (c *Cow) EventCalvingUpdate(calvingAt int64) {
  81. c.Lact += 1
  82. c.MatingTimes = 0
  83. c.PregnancyAge = 0
  84. c.AbortionTimes = 0
  85. c.BreedStatus = pasturePb.BreedStatus_Calving
  86. c.IsPregnant = pasturePb.IsShow_No
  87. c.LastCalvingAt = calvingAt
  88. c.CalvingAge = c.GetCalvingAge()
  89. c.CowType = pasturePb.CowType_Breeding_Calf
  90. c.MilkKind = pasturePb.CowMilk_Lactation
  91. }
  92. // EventWeaningUpdate 断奶更新
  93. func (c *Cow) EventWeaningUpdate(weaningAt int64, penId int32, currentWeight int64) {
  94. c.PenId = penId
  95. c.WeaningAt = weaningAt
  96. c.CurrentWeight = currentWeight
  97. c.LastWeightAt = weaningAt
  98. }
  99. // EventPregnantCheckUpdate 孕检更新
  100. func (c *Cow) EventPregnantCheckUpdate(breedStatus pasturePb.BreedStatus_Kind, pregnantCheckAt int64, isPregnant pasturePb.IsShow_Kind) {
  101. c.BreedStatus = breedStatus
  102. c.LastPregnantCheckAt = pregnantCheckAt
  103. c.IsPregnant = isPregnant
  104. }
  105. // EventAbortionUpdate 流产更新
  106. func (c *Cow) EventAbortionUpdate(abortionAt int64, isLact pasturePb.IsShow_Kind) {
  107. c.IsPregnant = pasturePb.IsShow_No
  108. c.LastAbortionAt = abortionAt
  109. c.BreedStatus = pasturePb.BreedStatus_Abort
  110. c.AbortionTimes += 1
  111. if isLact == pasturePb.IsShow_Ok {
  112. c.Lact += 1
  113. }
  114. }
  115. // EventWeightUpdate 称重更新
  116. func (c *Cow) EventWeightUpdate(weight int64, weightAt int64) {
  117. c.LastSecondWeight = c.CurrentWeight
  118. c.LastSecondWeightAt = c.LastWeightAt
  119. c.LastWeightAt = weightAt
  120. c.CurrentWeight = weight
  121. }
  122. // EventHealthStatusUpdate 健康状态更新
  123. func (c *Cow) EventHealthStatusUpdate(healthStatus pasturePb.HealthStatus_Kind) {
  124. c.HealthStatus = healthStatus
  125. }
  126. // EventPenUpdate 更新栏舍
  127. func (c *Cow) EventPenUpdate(pen *Pen) {
  128. c.PenId = pen.Id
  129. c.PenName = pen.Name
  130. }
  131. // EventEarNumberUpdate 更新耳标号
  132. func (c *Cow) EventEarNumberUpdate(newEarNumber string) {
  133. c.EarOldNumber = c.EarNumber
  134. c.EarNumber = newEarNumber
  135. }
  136. // EventDepartureUpdate 更新牛只离场信息
  137. func (c *Cow) EventDepartureUpdate(departureAt int64, departureType pasturePb.DepartureType_Kind) {
  138. if departureType == pasturePb.DepartureType_Death {
  139. c.AdmissionStatus = pasturePb.AdmissionStatus_Die
  140. c.HealthStatus = pasturePb.HealthStatus_Dead
  141. }
  142. if departureType == pasturePb.DepartureType_Out {
  143. c.AdmissionStatus = pasturePb.AdmissionStatus_Out
  144. c.HealthStatus = pasturePb.HealthStatus_Out
  145. }
  146. c.DepartureAt = departureAt
  147. }
  148. // EventMatingUpdate 配种更新
  149. func (c *Cow) EventMatingUpdate(matingAt int64, bullNumber string, isReMating bool) {
  150. c.LastMatingAt = matingAt
  151. if c.FirstMatingAt <= 0 {
  152. c.FirstMatingAt = matingAt
  153. }
  154. c.LastBullNumber = bullNumber
  155. c.IsPregnant = pasturePb.IsShow_No
  156. c.BreedStatus = pasturePb.BreedStatus_Breeding
  157. if !isReMating {
  158. c.MatingTimes += 1
  159. }
  160. if c.Lact == 0 {
  161. c.CowType = pasturePb.CowType_Reserve_Calf
  162. }
  163. }
  164. // EstrusUpdate 发情更新
  165. func (c *Cow) EstrusUpdate(estrusAt int64) {
  166. c.LastEstrusAt = estrusAt
  167. }
  168. // EventDryMilkUpdate 干奶更新
  169. func (c *Cow) EventDryMilkUpdate(dryMilkAt int64, pen *Pen) {
  170. c.LastDryMilkAt = dryMilkAt
  171. c.MilkKind = pasturePb.CowMilk_Dry_Milk
  172. c.PenId = pen.Id
  173. c.PenName = pen.Name
  174. }
  175. // ForbiddenMatingUpdate 禁配更新
  176. func (c *Cow) ForbiddenMatingUpdate(forbiddenMatingAt int64) {
  177. c.IsForbiddenMating = pasturePb.IsShow_Ok
  178. c.LastForbiddenMatingAt = forbiddenMatingAt
  179. }
  180. // UnForbiddenMatingUpdate 解禁配更新
  181. func (c *Cow) UnForbiddenMatingUpdate() {
  182. c.IsForbiddenMating = pasturePb.IsShow_No
  183. c.LastForbiddenMatingAt = 0
  184. }
  185. type CowSlice []*Cow
  186. func (c CowSlice) ToPB(
  187. penMap map[int32]*Pen,
  188. cowTypeMap map[pasturePb.CowType_Kind]string,
  189. breedStatusMap map[pasturePb.BreedStatus_Kind]string,
  190. cowKindMap map[pasturePb.CowKind_Kind]string,
  191. cowSourceMap map[pasturePb.CowSource_Kind]string,
  192. admissionStatusMap map[pasturePb.AdmissionStatus_Kind]string,
  193. healthStatusMap map[pasturePb.HealthStatus_Kind]string,
  194. ) []*pasturePb.CowDetails {
  195. res := make([]*pasturePb.CowDetails, len(c))
  196. for i, v := range c {
  197. penName := ""
  198. if pen, ok := penMap[v.PenId]; ok {
  199. penName = pen.Name
  200. }
  201. sex := "公"
  202. if v.Sex == pasturePb.Genders_Female {
  203. sex = "母"
  204. }
  205. lastWeightAtFormat := ""
  206. if v.LastWeightAt > 0 {
  207. lastWeightAtFormat = time.Unix(v.LastWeightAt, 0).Format(LayoutDate2)
  208. }
  209. isPregnantName := ""
  210. if v.IsPregnant == pasturePb.IsShow_Ok {
  211. isPregnantName = "已孕"
  212. } else {
  213. isPregnantName = "未孕"
  214. }
  215. admissionAtFormat := ""
  216. if v.AdmissionAt > 0 {
  217. admissionAtFormat = time.Unix(v.AdmissionAt, 0).Format(LayoutDate2)
  218. }
  219. birthAtFormat := ""
  220. if v.BirthAt > 0 {
  221. birthAtFormat = time.Unix(v.BirthAt, 0).Format(LayoutDate2)
  222. }
  223. weaningAtFormat := ""
  224. if v.WeaningAt > 0 {
  225. weaningAtFormat = time.Unix(v.WeaningAt, 0).Format(LayoutDate2)
  226. }
  227. firstMatingAtFormat := ""
  228. if v.FirstMatingAt > 0 {
  229. firstMatingAtFormat = time.Unix(v.FirstMatingAt, 0).Format(LayoutDate2)
  230. }
  231. lastMatingAtFormat := ""
  232. if v.LastMatingAt > 0 {
  233. lastMatingAtFormat = time.Unix(v.LastMatingAt, 0).Format(LayoutDate2)
  234. }
  235. lastPregnantCheckAtFormat := ""
  236. if v.LastPregnantCheckAt > 0 {
  237. lastPregnantCheckAtFormat = time.Unix(v.LastPregnantCheckAt, 0).Format(LayoutDate2)
  238. }
  239. lastCalvingAtFormat := ""
  240. if v.LastCalvingAt > 0 {
  241. lastCalvingAtFormat = time.Unix(v.LastCalvingAt, 0).Format(LayoutDate2)
  242. }
  243. lastAbortionAtFormat := ""
  244. if v.LastAbortionAt > 0 {
  245. lastAbortionAtFormat = time.Unix(v.LastAbortionAt, 0).Format(LayoutDate2)
  246. }
  247. lastSecondWeightAtFormat := ""
  248. if v.LastSecondWeightAt > 0 {
  249. lastSecondWeightAtFormat = time.Unix(v.LastSecondWeightAt, 0).Format(LayoutDate2)
  250. }
  251. res[i] = &pasturePb.CowDetails{
  252. CowId: int32(v.Id),
  253. Sex: sex,
  254. NeckRingNumber: v.NeckRingNumber,
  255. PenName: penName,
  256. Lact: v.Lact,
  257. CowTypeName: cowTypeMap[v.CowType],
  258. BreedStatusName: breedStatusMap[v.BreedStatus],
  259. CowKindName: cowKindMap[v.CowKind],
  260. EarNumber: v.EarNumber,
  261. BirthWeight: float32(v.BirthWeight) / 1000,
  262. CurrentWeight: float32(v.CurrentWeight) / 1000,
  263. DayAge: v.DayAge,
  264. SourceName: cowSourceMap[v.SourceKind],
  265. MotherNumber: v.MotherNumber,
  266. FatherNumber: v.FatherNumber,
  267. AdmissionStatusName: admissionStatusMap[v.AdmissionStatus],
  268. HealthStatusName: healthStatusMap[v.HealthStatus],
  269. IsPregnantName: isPregnantName,
  270. AdmissionAtFormat: admissionAtFormat,
  271. BirthAtFormat: birthAtFormat,
  272. WeaningAtFormat: weaningAtFormat,
  273. CalvingAge: v.GetCalvingAge(),
  274. AbortionAge: v.AbortionAge,
  275. MatingTimes: v.MatingTimes,
  276. FirstMatingAtFormat: firstMatingAtFormat,
  277. LastMatingAtFormat: lastMatingAtFormat,
  278. LastBullNumber: v.LastBullNumber,
  279. LastPregnantCheckAtFormat: lastPregnantCheckAtFormat,
  280. LastWeightAtFormat: lastWeightAtFormat,
  281. LastCalvingAtFormat: lastCalvingAtFormat,
  282. LastAbortionAtFormat: lastAbortionAtFormat,
  283. LastSecondWeight: float32(v.LastSecondWeight) / 1000,
  284. LastSecondWeightAtFormat: lastSecondWeightAtFormat,
  285. }
  286. }
  287. return res
  288. }
  289. func (c CowSlice) ToPB2(penWeightSlice PenWeightSlice) []*pasturePb.CowList {
  290. res := make([]*pasturePb.CowList, len(c))
  291. for i, v := range c {
  292. penWeight := penWeightSlice.GetPenWeight(v.PenId)
  293. penAvgWeight := float32(0)
  294. cowPenAvgWeightDiffValue := float32(0)
  295. if penWeight != nil {
  296. penAvgWeight = float32(penWeight.AvgWeight) / 1000
  297. cowPenAvgWeightDiffValue = float32(v.CurrentWeight-int64(penWeight.AvgWeight)) / 1000
  298. }
  299. res[i] = &pasturePb.CowList{
  300. CowId: int32(v.Id),
  301. DayAge: v.DayAge,
  302. AverageDailyWeightGain: float32(v.GetAverageDailyWeight()),
  303. EarNumber: v.EarNumber,
  304. PenName: v.PenName,
  305. BirthAt: int32(v.BirthAt),
  306. BirthWeight: float32(v.BirthWeight) / 1000,
  307. CurrentWeight: float32(v.CurrentWeight) / 1000,
  308. LastWeightAt: int32(v.LastWeightAt),
  309. AdmissionAge: v.AdmissionAge,
  310. AdmissionWeight: float32(v.AbortionAge) / 1000,
  311. PreviousStageDailyWeight: float32(v.GetPreviousStageDailyWeight()),
  312. PenAvgWeight: penAvgWeight,
  313. CowPenAvgWeightDiffValue: cowPenAvgWeightDiffValue,
  314. }
  315. }
  316. return res
  317. }
  318. // NewEnterCow 入场新增牛只
  319. func NewEnterCow(pastureId int64, req *pasturePb.EventEnterRequest, penMap map[int32]*Pen) *Cow {
  320. var isPregnant = pasturePb.IsShow_No
  321. if req.BreedStatus == pasturePb.BreedStatus_Pregnant {
  322. isPregnant = pasturePb.IsShow_Ok
  323. }
  324. admissionAt := int64(0)
  325. switch req.CowSource {
  326. case pasturePb.CowSource_Calving:
  327. admissionAt = int64(req.BirthAt)
  328. case pasturePb.CowSource_Transfer_In:
  329. admissionAt = int64(req.EnterAt)
  330. case pasturePb.CowSource_Buy:
  331. admissionAt = int64(req.EnterAt)
  332. }
  333. return &Cow{
  334. PastureId: pastureId,
  335. Sex: req.Sex,
  336. EarNumber: req.EarNumber,
  337. PenId: req.PenId,
  338. PenName: penMap[req.PenId].Name,
  339. Lact: req.Lact,
  340. CowType: req.CowType,
  341. BreedStatus: req.BreedStatus,
  342. CowKind: req.CowKind,
  343. SourceKind: req.CowSource,
  344. FatherNumber: req.FatherNumber,
  345. MotherNumber: req.MotherNumber,
  346. AdmissionStatus: pasturePb.AdmissionStatus_Admission,
  347. HealthStatus: pasturePb.HealthStatus_Health,
  348. PurposeKind: req.PurposeKind,
  349. EleEarNumber: req.EleEarNumber,
  350. IsPregnant: isPregnant,
  351. WeaningAt: int64(req.WeaningAt),
  352. BirthAt: int64(req.BirthAt),
  353. AdmissionWeight: int64(req.Weight * 1000),
  354. FirstMatingAt: int64(req.MatingAt),
  355. LastMatingAt: int64(req.MatingAt),
  356. LastPregnantCheckAt: int64(req.PregnancyCheckAt),
  357. AdmissionAt: admissionAt,
  358. BirthWeight: int64(req.Weight * 1000),
  359. LastWeightAt: int64(req.EstrusAt),
  360. CurrentWeight: int64(req.Weight * 1000),
  361. }
  362. }
  363. // NewCalfCow 产犊新增
  364. func NewCalfCow(matherInfo *Cow, calf *CalvingCalf) *Cow {
  365. return &Cow{
  366. PastureId: calf.PastureId,
  367. Sex: calf.Sex,
  368. EarNumber: calf.EarNumber,
  369. PenId: calf.PenId,
  370. PenName: calf.PenName,
  371. CowType: pasturePb.CowType_Lactating_Calf, // 哺乳犊牛
  372. BreedStatus: pasturePb.BreedStatus_UnBreed, // 未配
  373. CowKind: matherInfo.CowKind, // 牛只品种
  374. BirthWeight: calf.BirthWeight,
  375. BirthAt: calf.BirthAt,
  376. SourceKind: pasturePb.CowSource_Calving, // 产犊方式
  377. FatherNumber: matherInfo.EarNumber,
  378. MotherNumber: matherInfo.LastBullNumber,
  379. AdmissionStatus: pasturePb.AdmissionStatus_Admission,
  380. IsPregnant: pasturePb.IsShow_No,
  381. AdmissionAt: calf.BirthAt,
  382. }
  383. }
  384. type BarCowStruct struct {
  385. Number int32 `json:"number"`
  386. TypeId pasturePb.CowType_Kind `json:"type_id"`
  387. }
  388. // BarCowStructSlice 首页牛群结构
  389. type BarCowStructSlice []*BarCowStruct
  390. func (b BarCowStructSlice) ToPB(cowTypeMap map[pasturePb.CowType_Kind]string, count int32) []*pasturePb.BarCowStruct {
  391. var pb []*pasturePb.BarCowStruct
  392. for _, v := range b {
  393. name := fmt.Sprintf("%s", cowTypeMap[v.TypeId])
  394. pb = append(pb, &pasturePb.BarCowStruct{Name: name, Value: v.Number})
  395. }
  396. return pb
  397. }
  398. // GetDayAge 日龄
  399. func (c *Cow) GetDayAge() int32 {
  400. if c.BirthAt <= 0 {
  401. return 0
  402. }
  403. return int32(math.Floor(float64(time.Now().Unix()-c.BirthAt) / 86400))
  404. }
  405. // GetCalvingAge 产后天数
  406. func (c *Cow) GetCalvingAge() int32 {
  407. if c.LastCalvingAt <= 0 {
  408. return 0
  409. }
  410. return int32(math.Floor(float64(time.Now().Unix()-c.LastCalvingAt) / 86400))
  411. }
  412. // GetDaysPregnant 怀孕天数
  413. func (c *Cow) GetDaysPregnant() int32 {
  414. if c.BreedStatus == pasturePb.BreedStatus_Pregnant &&
  415. c.AdmissionStatus == pasturePb.AdmissionStatus_Admission &&
  416. c.IsPregnant == pasturePb.IsShow_Ok {
  417. return int32(math.Floor(float64(time.Now().Unix()-c.LastMatingAt) / 86400))
  418. }
  419. return 0
  420. }
  421. // GetLactationDays 泌乳天数
  422. func (c *Cow) GetLactationDays() int32 {
  423. if c.BreedStatus == pasturePb.BreedStatus_Calving && c.AdmissionStatus == pasturePb.AdmissionStatus_Admission {
  424. return int32(math.Floor(float64(time.Now().Unix()-c.LastCalvingAt) / 86400))
  425. }
  426. return 0
  427. }
  428. // GetAdmissionAge 入场天数
  429. func (c *Cow) GetAdmissionAge() int32 {
  430. if c.AdmissionAt > 0 && c.AdmissionStatus == pasturePb.AdmissionStatus_Admission {
  431. return int32(math.Floor(float64(time.Now().Unix()-c.AdmissionAt) / 86400))
  432. }
  433. return 0
  434. }
  435. // GetAverageDailyWeight 平均日增重 (最后一次称重 - 第一次称重 ) ÷ 在群天数
  436. func (c *Cow) GetAverageDailyWeight() float64 {
  437. if c.CurrentWeight <= 0 || c.AdmissionAge <= 0 {
  438. return 0
  439. }
  440. firstWeight := c.BirthWeight
  441. if c.SourceKind == pasturePb.CowSource_Buy {
  442. firstWeight = c.AdmissionWeight
  443. }
  444. res := math.Round(1.0 * float64(c.CurrentWeight-firstWeight) / float64(c.AdmissionAge))
  445. return res / 1000
  446. }
  447. // GetPreviousStageDailyWeight 上一个阶段日增重
  448. func (c *Cow) GetPreviousStageDailyWeight() float64 {
  449. if c.CurrentWeight-c.LastSecondWeight > 0 && c.LastWeightAt-c.LastSecondWeightAt > 0 {
  450. days := int32(math.Floor(float64(c.LastWeightAt-c.LastSecondWeightAt) / 86400))
  451. if days <= 0 {
  452. return float64(c.CurrentWeight - c.LastSecondWeight)
  453. }
  454. dayWeight := math.Round(1.0 * float64(c.CurrentWeight-c.LastSecondWeight) / float64(days))
  455. return dayWeight / 1000
  456. }
  457. return 0
  458. }
  459. // GetAbortionAge 流产天数
  460. func (c *Cow) GetAbortionAge() int32 {
  461. if c.LastAbortionAt > 0 && c.AdmissionStatus == pasturePb.AdmissionStatus_Admission {
  462. return int32(math.Floor(float64(time.Now().Unix()-c.LastAbortionAt) / 86400))
  463. }
  464. return 0
  465. }
  466. // GetLactationAge 泌乳天数
  467. func (c *Cow) GetLactationAge() int32 {
  468. if c.MilkKind == pasturePb.CowMilk_Lactation {
  469. return int32(math.Floor(float64(time.Now().Unix()-c.LastCalvingAt) / 86400))
  470. }
  471. return c.LactationAge
  472. }
  473. // GetDryMilkAge 干奶天数
  474. func (c *Cow) GetDryMilkAge() int32 {
  475. if c.MilkKind == pasturePb.CowMilk_Dry_Milk {
  476. return int32(math.Floor(float64(time.Now().Unix()-c.LastDryMilkAt) / 86400))
  477. }
  478. return c.DryMilkAge
  479. }
  480. type CowWeightRange struct {
  481. WeightRange string `json:"weight_range"`
  482. Count int32 `json:"count"`
  483. }
  484. func (c CowSlice) WeightRangeToPB(penMap map[int32]*Pen) []*pasturePb.CowList {
  485. res := make([]*pasturePb.CowList, len(c))
  486. for i, v := range c {
  487. penName := ""
  488. if pen, ok := penMap[v.PenId]; ok {
  489. penName = pen.Name
  490. }
  491. res[i] = &pasturePb.CowList{
  492. CowId: int32(v.Id),
  493. DayAge: v.DayAge,
  494. AverageDailyWeightGain: float32(v.GetAverageDailyWeight()),
  495. PreviousStageDailyWeight: float32(v.GetPreviousStageDailyWeight()),
  496. EarNumber: v.EarNumber,
  497. PenName: penName,
  498. BirthAt: int32(v.BirthAt),
  499. BirthWeight: float32(v.BirthWeight) / 1000,
  500. CurrentWeight: float32(v.CurrentWeight) / 1000,
  501. LastWeightAt: int32(v.LastWeightAt),
  502. }
  503. }
  504. return res
  505. }
  506. // CowBehaviorCurveResponse 脖环行为数据
  507. type CowBehaviorCurveResponse struct {
  508. Code int32 `json:"code"`
  509. Msg string `json:"msg"`
  510. Data *CowBehaviorCurveData `json:"data"`
  511. }
  512. type CowBehaviorCurveData struct {
  513. OriginalDateList []int32 `json:"originalDateList"` // 原始行为数据
  514. ChangeDateList []int32 `json:"changeDateList"` // 变化数据
  515. SumDateList []int32 `json:"sumDateList"` // 累计24小时数据
  516. SumChewList []int32 `json:"sumChewList"` // 累计24小时咀嚼
  517. DateTimeList []string `json:"dateTimeList"` // 时间数据
  518. EstrusList map[pasturePb.EstrusLevel_Kind][]string `json:"estrusList"` // 发情预警
  519. EventList map[string][]string `json:"eventList"` // 事件数据
  520. EventMap map[pasturePb.EventType_Kind]string `json:"eventMap"` // 所有事件
  521. RuminaChange []int32 `json:"ruminaChange"` // 反刍变化
  522. LowActivity int32 `json:"lowActivity"` // 低活动量参数
  523. MiddleActivity int32 `json:"middleActivity"` // 中活动量行数
  524. }