Explorar el Código

服务奖打开

theo hace 3 años
padre
commit
752c60e1fc
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      common/helpers/bonus/BonusCalc.php

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

@@ -193,8 +193,8 @@ class BonusCalc extends BaseObject {
 //                $this->calcBonusBDStepTwo();
 //            }
             $t4 = microtime(true);
-//            echo('计算服务奖'.($this->_sysConfig['openFW']['VALUE']?'完成':'关闭').',耗时:' . round($t4 - $t3, 3) . ',内存使用:' . (round(memory_get_usage() / 1024 / 1024, 3)) . 'MB' . PHP_EOL);
-//            $this->_updatePercent(15);
+            echo('计算服务奖'.($this->_sysConfig['openFW']['VALUE']?'完成':'关闭').',耗时:' . round($t4 - $t3, 3) . ',内存使用:' . (round(memory_get_usage() / 1024 / 1024, 3)) . 'MB' . PHP_EOL);
+            $this->_updatePercent(15);
 
             // 销售奖/推广奖
             if($this->_sysConfig['openTG']['VALUE']) {