|
|
@@ -227,6 +227,7 @@ class CalcServeBonusCalc extends BaseObject {
|
|
|
echo('奖金写库操作完成,耗时:' . round($t30 - $t25, 3) . ',内存使用:' . (round(memory_get_usage() / 1024 / 1024, 3)) . 'MB' . PHP_EOL);
|
|
|
|
|
|
ServeProcess::recordProcess($t30, time(), $this->_periodNum, '标记为计算完成', 'bonus');
|
|
|
+ $this->endCalcTask();
|
|
|
$this->_updatePercent(100);
|
|
|
$t35 = microtime(true);
|
|
|
echo('结算全部完成,共耗时:' . round($t35 - $t1, 3) . ',内存使用:' . (round(memory_get_usage() / 1024 / 1024, 3)) . 'MB' . PHP_EOL);
|