Commit 12b474e2 authored by hujun's avatar hujun

id

parent 7d8e7c47
...@@ -231,6 +231,7 @@ class Remark extends Basic ...@@ -231,6 +231,7 @@ class Remark extends Basic
$list[$k]['user_id'] = $v['user_id']; $list[$k]['user_id'] = $v['user_id'];
$list[$k]['content'] = $v['content']; $list[$k]['content'] = $v['content'];
$list[$k]['user_status'] = $v['user_status']; $list[$k]['user_status'] = $v['user_status'];
$list[$k]['id'] = $v['id'];
} }
} }
} else { } else {
......
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