diff --git a/CompanyManagment.EFCore/Repository/PlanPercentageRepository.cs b/CompanyManagment.EFCore/Repository/PlanPercentageRepository.cs index 5deefb0e..21e57fa1 100644 --- a/CompanyManagment.EFCore/Repository/PlanPercentageRepository.cs +++ b/CompanyManagment.EFCore/Repository/PlanPercentageRepository.cs @@ -263,6 +263,7 @@ public class PlanPercentageRepository : RepositoryBase, IP planByCountPerson.RollCallDouble + planByCountPerson.CustomizeCheckoutDouble; + onlineAndInPersonSumAmount = (onlineAndInPersonSumAmount /10000) * 10000; return new InstitutionPlanViewModel() { CountPerson = planByCountPerson.CountPerson,