|
@@ -107,7 +107,8 @@ func calculateNewScore(data *model.NeckRingHealth) int32 {
|
|
|
if data.IsImmunization == pasturePb.IsShow_Ok {
|
|
|
otherScore += 12
|
|
|
}
|
|
|
- return data.Score + otherScore
|
|
|
+ // 4分 算法补偿分
|
|
|
+ return data.Score + otherScore + 4
|
|
|
}
|
|
|
|
|
|
func calculateMilkFilterScore(milkFilter int32, maxHigh int32) int32 {
|