Commit adca59c2 authored by Hsinli's avatar Hsinli

fix

parent b2eca23e
Pipeline #9263 passed with stage
in 5 seconds
......@@ -202,7 +202,7 @@ class CollectionService extends Service {
where: {
status: 'online',
valid: 1,
id: { $in: newHouseId },
id: { $in: rentalHouseId },
},
}
let rentalHouseCountTask = ctx.realestateModel.RentalHouse.count(rentalHousefilter);
......
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