Commit 82ac7575 authored by Hsinli's avatar Hsinli

add

parent 0dbf6727
Pipeline #13619 passed with stage
in 4 seconds
......@@ -36,6 +36,9 @@ class HomeService extends Service {
}).catch(error => {
ctx.failed(error);
});
ctx.logger.info(retList);
ctx.logger.info(retList)[0];
ctx.logger.info(retList)[1];
let historyAmount = 0;
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