Commit 98de7566 authored by Hsinli's avatar Hsinli

addd

parent b4cf11b2
Pipeline #6519 passed with stage
in 4 seconds
......@@ -283,6 +283,10 @@ class NewHouseService extends Service {
}
/**
* 新房根据条件筛选
* @param {*} condition
*/
async getNewHouseList(condition) {
const { ctx, service } = this;
let types = ['all', 'sale', 'open', 'favourable', 'home'];
......
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