瀏覽代碼

crontab: health update

Yi 3 天之前
父節點
當前提交
d1aa66dc41
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      module/crontab/neck_ring_health.go

+ 0 - 1
module/crontab/neck_ring_health.go

@@ -107,7 +107,6 @@ func calculateNewScore(data *model.NeckRingHealth) int32 {
 	if data.IsImmunization == pasturePb.IsShow_Ok {
 		otherScore += 12
 	}
-
 	return data.Score + otherScore
 }