用户装扮详情 修改

This commit is contained in:
2025-11-21 17:29:26 +08:00
parent 10370f0da5
commit 94529c0102
2 changed files with 3 additions and 3 deletions

View File

@@ -384,7 +384,7 @@ class Decorate extends Model
'type' => $type,
'is_using' => 1
];
$user_decorate = db::name('vs_user_decorate')->where($map)->order('id', 'desc')->find();
$user_decorate = db::name('vs_user_decorate')->where($map)->order('createtime', 'desc')->find();
if(empty($user_decorate)){
return $reslut;
}