作者 邓超

x

@@ -365,7 +365,12 @@ class Body { @@ -365,7 +365,12 @@ class Body {
365 } 365 }
366 } 366 }
367 367
368 - return $attachment; 368 + return array_filter($attachment,function (Attachment $atta){
  369 + if($atta->getFilename()){
  370 + return true;
  371 + }
  372 + return false;
  373 + });
369 } 374 }
370 375
371 376