Commit dc8e8417 authored by zw's avatar zw

全部带看记录搜索

parent 2f9a4292
...@@ -514,7 +514,7 @@ class OrderLog extends Basic ...@@ -514,7 +514,7 @@ class OrderLog extends Basic
*/ */
public function searchOrder() public function searchOrder()
{ {
$params = $this->params; /* $params = $this->params;
$params = array( $params = array(
"type" => 1, //0.客户电话 1.客户姓名,去掉 2.报备人电话 3.报备人姓名 4.商铺名称 5.商铺地址 6客户编号 7商铺编号 "type" => 1, //0.客户电话 1.客户姓名,去掉 2.报备人电话 3.报备人姓名 4.商铺名称 5.商铺地址 6客户编号 7商铺编号
"agent_id" => 4022, "agent_id" => 4022,
...@@ -522,7 +522,7 @@ class OrderLog extends Basic ...@@ -522,7 +522,7 @@ class OrderLog extends Basic
"search_keyword" => "程", "search_keyword" => "程",
"page_no"=>1, "page_no"=>1,
"page_size"=>15 "page_size"=>15
); );*/
if (!isset($params["type"]) || !isset($params["agent_id"]) || empty($params["search_keyword"])) { if (!isset($params["type"]) || !isset($params["agent_id"]) || empty($params["search_keyword"])) {
......
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