Commit af6ac228 authored by Hsinli's avatar Hsinli

addd

parent ce5f3be2
Pipeline #19311 passed with stage
in 7 seconds
......@@ -28,7 +28,7 @@ class RentalHouseService extends Service {
let where = { status: 'online', valid: 1 };
if (brand) {
where.developer_id = brand;
where.developer_id = { $in: brand };
}
if (name) {
//增加搜索历史
......
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