Commit df1688f8 authored by hujun's avatar hujun

收款列表商铺名搜索修改

parent 798d0866
......@@ -47,7 +47,7 @@ class Collection extends Basic
}
if (!empty($this->params['internal_title'])) {
$where['d.internal_title'] = ['like', '%'.$where['internal_title'].'%'];
$where['d.internal_title'] = ['like', '%'.$this->params['internal_title'].'%'];
}
if (!empty($this->params['user_name'])) {
......
......@@ -40,7 +40,7 @@
<!--<input class="form-control btn2 ld-Marheight" data-rule-phoneus="false" data-rule-required="false" id="dish" placeholder="门店"
type="text" value="" name="store_name">-->
<select class="form-control btn2 input ld-Marheight" name="" id="district_id">
<option value="">客方所属部门</option>
<option value="">部门</option>
</select>
<select class="form-control btn2 input ld-Marheight" name="" id="guest_stores">
......
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