修复bug
This commit is contained in:
@@ -29,7 +29,7 @@ class Auto_product_city_model extends HD_Model
|
||||
}
|
||||
is_array($replace_batch) && $this->replace_batch($replace_batch);
|
||||
} else {
|
||||
$this->delete(['product_id' => $productId]);
|
||||
$this->delete(['productId' => $productId]);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user