Commit c8cdd7ff authored by Hsinli's avatar Hsinli

addd

parent fc80c21c
Pipeline #10336 passed with stage
in 18 seconds
......@@ -132,8 +132,8 @@ class FootPrintService extends Service {
},
order: [['created_at', 'desc']]
}
const list = await ctx.realestateModel.FootPrint.all(filter);
ctx.logger.info(JSON.stringify({ xxxxcount: list }));
const listData = await ctx.realestateModel.FootPrint.list(filter);
let list = listData.rows;
let count = 0;
if (list.length > 0) {
let taskList = [];
......
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