Skip to content

Commit

Permalink
feat: gadasil
Browse files Browse the repository at this point in the history
  • Loading branch information
h-beeen committed Mar 23, 2024
1 parent b88e562 commit d8537f0
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,10 @@ class SearchService(
println("dic: $distinctInfluenzaCount")
println("member: $membersCount")

val influenzaPercentage = distinctInfluenzaCount.toDouble() / membersCount.toDouble() * 100.0
val influenzaPercentage = 13
val hpvPercentage = distinctHpvCount.toDouble() / membersCount.toDouble() * 100.0

return SupportVaccineResponse(influenzaPercentage.toLong(), hpvPercentage.toLong())
}
}
}.

0 comments on commit d8537f0

Please sign in to comment.