Commit 5e9d1761 authored by Hsinli's avatar Hsinli

add

parent 62e6ff16
Pipeline #12033 passed with stage
in 5 seconds
...@@ -498,6 +498,7 @@ class NewHouseService extends Service { ...@@ -498,6 +498,7 @@ class NewHouseService extends Service {
}).catch(error => { }).catch(error => {
ctx.failed(error); ctx.failed(error);
}); });
ctx.logger.info(retList);
const city = retList[0].name ? retList[0].name : ''; const city = retList[0].name ? retList[0].name : '';
const county = retList[1].name ? retList[1].name : ''; const county = retList[1].name ? retList[1].name : '';
......
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