bug修复

This commit is contained in:
675061370
2025-03-28 22:27:41 +08:00
parent cb6a08ea80
commit d214fbad99
+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'])>where('is_type', determineIsType($value['url']))->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', '重复跳过转存');