Commit 631f7965 authored by 李尚科's avatar 李尚科
parents a069469d 23e794ca
Pipeline #6460 passed with stage
in 8 seconds
...@@ -491,8 +491,8 @@ class NewHouseService extends Service { ...@@ -491,8 +491,8 @@ class NewHouseService extends Service {
pageSize: pageSize, pageSize: pageSize,
queryConditions: [{ queryConditions: [{
key: "state", key: "state",
value: 1, value: 0,
operator: "equal" operator: "notEqual"
}], }],
orderConditions: [], orderConditions: [],
} }
......
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