|
|
@@ -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']) {
|