Commit ac4b143f authored by Hsinli's avatar Hsinli

add new house city

parent 1c7afdb2
Pipeline #12713 passed with stage
in 20 seconds
...@@ -526,7 +526,7 @@ class NewHouseService extends Service { ...@@ -526,7 +526,7 @@ class NewHouseService extends Service {
let cityName = await ctx.blockModel.City.findAll(cityFilter); let cityName = await ctx.blockModel.City.findAll(cityFilter);
ret.results = cityName !== undefined ? cityName : []; ret.results = cityName !== undefined ? cityName : [];
} }
ctx.success(ret); return ret;
} }
......
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