Commit 28bdfaa5 authored by hujun's avatar hujun

%

parent 728c6f6e
......@@ -149,7 +149,7 @@ class PayLogOpen extends Basic
//商铺地址
if (isset($this->params['house_address'])) {
$where['a.house_address'] = $this->params['house_address'];
$where['a.house_address'] = ['LIKE', '%'.$this->params['house_address'].'%'];
}
//提交人id
......
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