Browse Source

结算limit修改为10000

theo 3 years ago
parent
commit
8824f092ea
2 changed files with 2 additions and 2 deletions
  1. 1 1
      common/helpers/bonus/BonusCalc.php
  2. 1 1
      common/helpers/bonus/PerfCalc.php

+ 1 - 1
common/helpers/bonus/BonusCalc.php

@@ -59,7 +59,7 @@ use yii\helpers\Json;
 class BonusCalc extends BaseObject {
     use StaticInstanceTrait;
 
-    private $_limit = 1000;
+    private $_limit = 10000;
     private $_gxLimit = 500;
     private $_handleUserId;
     private $_companyMonthPerf = 0;

+ 1 - 1
common/helpers/bonus/PerfCalc.php

@@ -43,7 +43,7 @@ use yii\base\StaticInstanceTrait;
 class PerfCalc {
     use StaticInstanceTrait;
 
-    private $_limit = 1000;
+    private $_limit = 10000;
     private $_handleUserId;
     private $_companyMonthPerf = 0;
     private $_cfTotalPercent = 0;