Merge branch 'master_test' into master_test_gn

back_recharge
duhui 2021-03-19 16:30:58 +08:00
commit ce52e73800
1 changed files with 1 additions and 1 deletions

View File

@ -4360,7 +4360,7 @@ public class HeroLogic{
if (count == 0){
throw new ErrorCodeException(ErrorCode.SYS_ERROR_CODE);
}
return count/num;
return count/averageNum;
}
/**