@@ -105,7 +105,6 @@ class MessageModel extends ZskkDefaultModel {
{
$info = $this
->where('id',$id)
- ->field('title,content,application_id,is_read,exam_id,is_remote')
->find();
$this->where('id',$id)
->update(['is_read'=>1]);