Commit 2f88e752 authored by hujun's avatar hujun

店长姓名模糊查询

parent 67ce7f39
......@@ -49,7 +49,7 @@ class Store extends Basic
//店长姓名
if (!empty($this->params['agents_name'])) {
$where['b.name'] = ['LIKE',$this->params['agents_name'].'%'];
$where['b.name'] = ['LIKE','%'.$this->params['agents_name'].'%'];
$join = 1;//连表查询店长名
}
......
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