@@ -54,7 +54,7 @@ class BackflowService extends BaseService
}
$backflow->status = 1;
if (false !== $backflow->save()) return true;
- return false;
+ throw new Exception('发放失败', HttpStatus::CUSTOM_ERROR);