20201112
This commit is contained in:
@@ -611,7 +611,7 @@ class Article extends Controller {
|
||||
return json(['code'=>0]);
|
||||
}else{
|
||||
//接收文章,必须有两个及以上的大于40个字的对作者的评论,除去news和comment类型的文章
|
||||
if($data['state']==5&&$article_info['type']!="N"&&$article_info['type']!="T"&&$article_info['type']!="LTE"){
|
||||
if($data['state']==5&&$article_info['type']!="N"&&$article_info['type']!="T"&&$article_info['type']!="LTE"&&$article_info['journal_id']!=21){
|
||||
//定义符合条件的数量
|
||||
$rev_real_num = 0;
|
||||
//获取通过的审稿意见数
|
||||
|
||||
@@ -852,7 +852,7 @@ class Reviewer extends Controller {
|
||||
$image->text($journal_info['title'], $ziti, 70, '#000000', [1450, 950])
|
||||
->text($reviewer_info['realname'] == '' ? $reviewer_info['account'] : $reviewer_info['realname'], $ziti, 60, '#000000', [1900, 1700])
|
||||
->text('awarded ' . date('d, F, Y', $article_info['rtime'] == 0 ? $article_info['ctime'] : $article_info['rtime']) . ' to', $ziti, 60, '#000000', [1600, 1500])
|
||||
->text('In recognitioin of the review made for the journal', $ziti, 80, '#000000', [900, 1900])
|
||||
->text('In recognition of the review made for the journal', $ziti, 80, '#000000', [900, 1900])
|
||||
->text('The Editors of', $ziti, 65, '#000000', [230, 2345])
|
||||
->text($journal_info['title'], $ziti, 60, '#000000', [830, 2345])
|
||||
->text('Cockle Bay Rd, Auckland, New Zealand, 2014', $ziti, 60, '#000000', [230, 2500])
|
||||
|
||||
Reference in New Issue
Block a user