Commit d1a07866 authored by zw's avatar zw

报备增加搜索条件

parent 83527f24
...@@ -453,7 +453,7 @@ class OrderLog extends Basic ...@@ -453,7 +453,7 @@ class OrderLog extends Basic
{ {
$params = $this->params; $params = $this->params;
/* $params = array( /* $params = array(
"type" => 1, //0.客户电话 1.客户姓名 2.报备人电话 3.报备人姓名 4.商铺名称 5.商铺地址 "type" => 1, //0.客户电话 1.客户姓名,去掉 2.报备人电话 3.报备人姓名 4.商铺名称 5.商铺地址 6客户编号 7商铺编号
"agent_id" => 4022, "agent_id" => 4022,
"search_keyword" => "程" "search_keyword" => "程"
);*/ );*/
......
...@@ -106,10 +106,14 @@ class OrderModel extends Model ...@@ -106,10 +106,14 @@ class OrderModel extends Model
} }
/** /**
* @param $field * @param $field
* @param $params * @param $params
* @return false|\PDOStatement|string|\think\Collection * @param $where_
* @return mixed
* @throws \think\db\exception\BindParamException
* @throws \think\exception\PDOException
*/ */
public function searchOrder($field, $params, $where_) public function searchOrder($field, $params, $where_)
{ {
......
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