修复bug

This commit is contained in:
lcc
2025-09-05 17:22:02 +08:00
parent 9ea8316762
commit be8a28365c
@@ -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;
}