Commit 37a919f2 authored by 李尚科's avatar 李尚科
parents 9ce5e0d0 82ac7575
Pipeline #13620 passed with stage
in 24 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