Commit e95dc36f authored by Hsinli's avatar Hsinli

addd

parent d78acc67
Pipeline #8864 passed with stage
in 15 seconds
...@@ -97,9 +97,9 @@ class HotQuestionPutService extends Service { ...@@ -97,9 +97,9 @@ class HotQuestionPutService extends Service {
if (res.count > 0) { if (res.count > 0) {
for (let i in res.rows) { for (let i in res.rows) {
list[i] = { list[i] = {
id: res.row[i].id, id: res.rows[i].id,
question: res.row[i].question, question: res.rows[i].question,
status: res.row[i].status, status: res.rows[i].status,
} }
} }
} }
......
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