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