|
|
@@ -347,7 +347,7 @@ class BonusCalc extends BaseObject {
|
|
|
echo('结算全部完成,共耗时:' . round($t35 - $t34, 3) . ',内存使用:' . (round(memory_get_usage() / 1024 / 1024, 3)) . 'MB' . PHP_EOL . PHP_EOL);
|
|
|
} catch (\Exception $e) {
|
|
|
$this->errorCalcTask();
|
|
|
- $this->addError('calc', $e->getMessage());
|
|
|
+ $this->addError('calc', $e->getFile() . ' ' . $e->getLine() . ' ' . $e->getMessage());
|
|
|
return false;
|
|
|
}
|
|
|
return true;
|