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