查重数字显示调整,接受文章的查重限制变成自动和手动随机的方式

This commit is contained in:
wangjinlei
2026-05-29 15:07:50 +08:00
parent 9092f0ca8e
commit 0ee6a575f7

View File

@@ -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."]); 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% //接收必须查重小于25%,2026.5.29更改,获取查重的来源
if ($data['state'] == 6 && $article_info['repetition'] > 25) { 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"); return jsonError("Submissions with a repetition rate greater than thirty percent will not be accepted");
} }
//预接收有时间限定必须大于14天 //预接收有时间限定必须大于14天