Commit f1f040e6 authored by Hsinli's avatar Hsinli

addd

parent f3c62cfc
...@@ -96,7 +96,7 @@ class HotQuestionPutService extends Service { ...@@ -96,7 +96,7 @@ class HotQuestionPutService extends Service {
let res = await ctx.realestateModel.HotQuestionPut.list(filter); let res = await ctx.realestateModel.HotQuestionPut.list(filter);
let ret = { let ret = {
results: res.rows, results: res.rows,
count: list.count count: res.count
} }
return ret; return ret;
} }
......
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