Commit 1bf3617f authored by Hsinli's avatar Hsinli

addd

parent ef17a7af
Pipeline #6240 passed with stage
in 3 seconds
...@@ -35,6 +35,7 @@ class MineService extends Service { ...@@ -35,6 +35,7 @@ class MineService extends Service {
return ret; return ret;
} }
let appUserInfo = await this.getAppUserInfo(); let appUserInfo = await this.getAppUserInfo();
ctx.logger.info('appUserInfo:' + JSON.stringify(appUserInfo));
let footPrintList = await service.house.footPrint.getFootPrintCount(); let footPrintList = await service.house.footPrint.getFootPrintCount();
let collectionList = await service.house.collection.getCollectionCount(); let collectionList = await service.house.collection.getCollectionCount();
let orderList = await service.house.order.getOrderCount(); let orderList = await service.house.order.getOrderCount();
......
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