Commit 5165528d authored by 李尚科's avatar 李尚科

rental house fix

parent 6fe0ccc1
Pipeline #6422 passed with stage
in 5 seconds
...@@ -79,8 +79,8 @@ class RentalHouseService extends Service { ...@@ -79,8 +79,8 @@ class RentalHouseService extends Service {
} }
queryConditions.push({ queryConditions.push({
key: "state", key: "state",
value: 1, value: 0,
operator: "equal" operator: "notEqual"
}); });
const pageSize = condition.page_size || 30; const pageSize = condition.page_size || 30;
const filter = { const filter = {
......
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