表情包后台,修改

This commit is contained in:
2025-10-22 10:35:30 +08:00
parent 0ff014b899
commit 9d6fab3220
4 changed files with 24 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ class RoomEmoji extends Model
$where['pid'] = $pid;
}
$list = db($this->table)
->field('id,pid,type_id,name,image')
->field('id,pid,type_id,name,image,animate_image')
->where(['status'=>1,'deletetime'=>0])
->where($where)
->order('sort desc,id desc')