bug修复
This commit is contained in:
@@ -110,7 +110,7 @@ class QuarkPlugin
|
|||||||
|
|
||||||
function processSingleData($value, $logId = 0, $total_result = 0, $isType = 0)
|
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($detail)) {
|
||||||
if (!empty($logId)) {
|
if (!empty($logId)) {
|
||||||
$this->SourceLogModel->editLog($logId, $total_result, 'skip_num', '重复跳过转存');
|
$this->SourceLogModel->editLog($logId, $total_result, 'skip_num', '重复跳过转存');
|
||||||
|
|||||||
Reference in New Issue
Block a user