|
|
@@ -153,7 +153,7 @@ class BonusSend extends BaseObject {
|
|
|
$t7 = microtime(true);
|
|
|
echo('更新会员累计业绩完成,耗时:' . round($t7 - $t6, 3) . ',内存使用:' . (round(memory_get_usage() / 1024 / 1024, 3)) . 'MB' . PHP_EOL);
|
|
|
|
|
|
- $this->updateUserPerfMonth(); // 月业绩,蓝星奖金(即新团队奖,需要特殊处理)
|
|
|
+ $this->updateUserPerfMonth();
|
|
|
$this->_updatePercent(90);
|
|
|
$t8 = microtime(true);
|
|
|
echo('更新会员累计月业绩完成,耗时:' . round($t8 - $t7, 3) . ',内存使用:' . (round(memory_get_usage() / 1024 / 1024, 3)) . 'MB' . PHP_EOL);
|