Commit 520f4d39 authored by Hsinli's avatar Hsinli

add

parent b58bc5b8
Pipeline #14172 passed with stage
in 30 seconds
...@@ -40,6 +40,7 @@ class HomeService extends Service { ...@@ -40,6 +40,7 @@ class HomeService extends Service {
}).catch(error => { }).catch(error => {
ctx.failed(error); ctx.failed(error);
}); });
ctx.logger.info('home-retList:' + JSON.stringify(retList));
let historyAmount = 0; let historyAmount = 0;
for (let i in retList) { for (let i in retList) {
......
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