Commit 7ffcf0ab authored by Hsinli's avatar Hsinli

addd

parent ed0183d9
Pipeline #8718 passed with stage
in 12 seconds
......@@ -116,7 +116,7 @@ class FootPrintService extends Service {
},
order: [['created_at', 'desc']]
}
const footPrintsResults = await realestateModel.footPrint.all(filter);
const footPrintsResults = await ctx.realestateModel.footPrint.all(filter);
let ret = {
count: footPrintsResults.length
};
......
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