|
|
@@ -299,9 +299,9 @@ class PerfCalc {
|
|
|
// $this->loopCalcPerfByStandardFXOrder();
|
|
|
// // //达标业绩入库
|
|
|
// $this->loopWriteStandardPerf();
|
|
|
- $t9 = microtime(true);
|
|
|
- echo('本月业绩入库完成,耗时:' . round($t9 - $t8, 3) . ',内存使用:' . (round(memory_get_usage() / 1024 / 1024, 3)) . 'MB' . PHP_EOL);
|
|
|
- $this->_updatePercent(95);
|
|
|
+// $t9 = microtime(true);
|
|
|
+// echo('本月业绩入库完成,耗时:' . round($t9 - $t8, 3) . ',内存使用:' . (round(memory_get_usage() / 1024 / 1024, 3)) . 'MB' . PHP_EOL);
|
|
|
+// $this->_updatePercent(95);
|
|
|
|
|
|
|
|
|
// 通过插入到perforder中的业绩订单数据,生成此业绩期活跃用户数据
|