diff --git a/application/api/controller/Article.php b/application/api/controller/Article.php
index 95a95eb..942973c 100644
--- a/application/api/controller/Article.php
+++ b/application/api/controller/Article.php
@@ -1718,7 +1718,11 @@ class Article extends Controller {
$pushData['email'] =$value['email'];
Queue::push('app\api\job\domail@fire',$pushData,'domail');
$num = $value['recommend'];
- $difference.= "
Reviewer ". ($k+1).' : '.$recommend[$num] ." (".preg_replace("/\t/","",$value['comments']).")
";
+ if($value['comments']!=''){
+ $difference.= "
Reviewer ". ($k+1).' : '.$recommend[$num] ." ( ".preg_replace("/\t/","",$value['comments'])." )
";
+ }else{
+ $difference.= "
Reviewer ". ($k+1).' : '.$recommend[$num] ."
";
+ }
}
$difference .= "
Please let us know your feedback at publisher@tmrjournals.com.";
// 分歧稿件