@@ -299,7 +299,7 @@ class PerfCalc {
// $this->loopCalcPerfByStandardFXOrder();
// // //达标业绩入库
// $this->loopWriteStandardPerf();
-// $t9 = microtime(true);
+ $t9 = microtime(true);
// echo('本月业绩入库完成,耗时:' . round($t9 - $t8, 3) . ',内存使用:' . (round(memory_get_usage() / 1024 / 1024, 3)) . 'MB' . PHP_EOL);
// $this->_updatePercent(95);