Commit fc80c21c authored by Hsinli's avatar Hsinli

addd

parent dfa6f36f
Pipeline #10334 passed with stage
in 5 seconds
...@@ -133,6 +133,7 @@ class FootPrintService extends Service { ...@@ -133,6 +133,7 @@ class FootPrintService extends Service {
order: [['created_at', 'desc']] order: [['created_at', 'desc']]
} }
const list = await ctx.realestateModel.FootPrint.all(filter); const list = await ctx.realestateModel.FootPrint.all(filter);
ctx.logger.info(JSON.stringify({ xxxxcount: list }));
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