Commit 24d48730 by dhn

去除日志

parent 0265eaed
......@@ -121,8 +121,6 @@ class SearchResultApplier implements SearchResultApplierInterface
$this->collection->getSelect()->order(new \Zend_Db_Expr("FIELD(e.entity_id,$orderList)"));
}
$str = $this->currentPage.'-----'.$this->size.PHP_EOL;
file_put_contents('./page.txt',$str,FILE_APPEND);
$this->collection->getSelect()->limitPage($this->currentPage,$this->size);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment