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 {
}
queryConditions.push({
key: "state",
value: 1,
operator: "equal"
value: 0,
operator: "notEqual"
});
const pageSize = condition.page_size || 30;
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