bug修改

This commit is contained in:
675061370
2025-03-28 22:03:01 +08:00
parent 0f68bfb937
commit cb6a08ea80
7 changed files with 2 additions and 1569 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ class QuarkPlugin
function processSingleData($value, $logId = 0, $total_result = 0, $isType = 0)
{
$detail = $this->model->where('title', $value['title'])->find();
$detail = $this->model->where('title', $value['title'])>where('is_type', determineIsType($value['url']))->find();
if (!empty($detail)) {
if (!empty($logId)) {
$this->SourceLogModel->editLog($logId, $total_result, 'skip_num', '重复跳过转存');