From fce818807e63a4fd88b38925c768bf6852d223fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Sat, 3 Jan 2026 13:49:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96=E7=B3=BB=E7=BB=9F=E6=B6=88?= =?UTF-8?q?=E6=81=AF=20=E5=AD=97=E6=AE=B5=E5=87=8F=E5=B0=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/model/UserMessage.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/api/model/UserMessage.php b/application/api/model/UserMessage.php index 694fd0d5..84a493c7 100644 --- a/application/api/model/UserMessage.php +++ b/application/api/model/UserMessage.php @@ -142,6 +142,7 @@ class UserMessage extends Model //获取消息 $list = db::name('system_message') + ->field('id,type,title,content,url,admin_id,image,createtime,room_id,user_id,remind_type,status,updatetime') ->where($where) ->where('FIND_IN_SET(:user_id, receiving_id)', ['user_id' => $uid]) ->order('id desc')