Commit b972d87b authored by hujun's avatar hujun

退款商铺地址搜索

parent f7f8e3ea
......@@ -797,7 +797,7 @@ class Finance extends Basic
}
if (!empty($house_id)) {
$where['b.house_id'] = implode(',',$this->params['house_id']);
$where['b.house_id'] = ['in', $house_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