Commit 7bed8089 authored by Hsinli's avatar Hsinli

addd

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