@@ -227,7 +227,7 @@ class UserPerformance extends \common\components\ActiveRecord
$transaction->commit();
} catch (\Exception $e) {
$transaction->rollBack();
- throw new Exception($e->getMessage());
+ throw new Exception(sprintf('PB奖金挂网异常:File: %s, Line: {%s}, message: %s', $e->getFile(), $e->getLine(), $e->getMessage()));
}
return true;