|
|
@@ -165,7 +165,7 @@ class PerfCalc {
|
|
|
// 此等级会影响团队将的封顶.
|
|
|
// $this->loopCalcEmpLevel();
|
|
|
$t8 = microtime(true);
|
|
|
- echo('计算聘级完成,耗时:' . round($t8 - $t7, 3) . ',内存使用:' . (round(memory_get_usage() / 1024 / 1024, 3)) . 'MB' . PHP_EOL);
|
|
|
+ // echo('计算聘级完成,耗时:' . round($t8 - $t7, 3) . ',内存使用:' . (round(memory_get_usage() / 1024 / 1024, 3)) . 'MB' . PHP_EOL);
|
|
|
//$this->_updatePercent(90);
|
|
|
|
|
|
//本月业绩入库
|
|
|
@@ -175,11 +175,11 @@ class PerfCalc {
|
|
|
$this->_updatePercent(90);
|
|
|
|
|
|
// //达标业绩
|
|
|
- // $this->loopCalcPerfByStandardFXOrder();
|
|
|
+ $this->loopCalcPerfByStandardFXOrder();
|
|
|
// //达标业绩入库
|
|
|
- // $this->loopWriteStandardPerf();
|
|
|
+ $this->loopWriteStandardPerf();
|
|
|
$t9 = microtime(true);
|
|
|
- //echo('本月业绩入库完成,耗时:' . round($t8 - $t7, 3) . ',内存使用:' . (round(memory_get_usage() / 1024 / 1024, 3)) . 'MB' . PHP_EOL);
|
|
|
+ echo('本月业绩入库完成,耗时:' . round($t9 - $t7, 3) . ',内存使用:' . (round(memory_get_usage() / 1024 / 1024, 3)) . 'MB' . PHP_EOL);
|
|
|
$this->_updatePercent(95);
|
|
|
|
|
|
|