查重数字显示调整,接受文章的查重限制变成自动和手动随机的方式
This commit is contained in:
@@ -1574,8 +1574,8 @@ class Article extends Base
|
||||
return json(['code' => 1, 'msg' => "Before proceeding to the next step, you need more than two available reviewer comments, and the total number of accept is greater than the total number of rejected."]);
|
||||
}
|
||||
}
|
||||
//接收必须查重小于20%
|
||||
if ($data['state'] == 6 && $article_info['repetition'] > 25) {
|
||||
//接收必须查重小于25%,2026.5.29更改,获取查重的来源
|
||||
if ($data['state'] == 6 && $this->getArticleRepetition($article_info['article_id']) > 25) {
|
||||
return jsonError("Submissions with a repetition rate greater than thirty percent will not be accepted");
|
||||
}
|
||||
//预接收有时间限定必须大于14天
|
||||
|
||||
Reference in New Issue
Block a user