This commit is contained in:
2025-11-22 18:07:34 +08:00
parent 8110ea2f53
commit 42e61ca469

View File

@@ -146,7 +146,7 @@ class UserCp extends Model
if ($existing_decoration) { if ($existing_decoration) {
Db::name('vs_user_decorate') Db::name('vs_user_decorate')
->where(['id' => $existing_decoration['id']]) ->where(['udid' => $existing_decoration['udid']])
->update(['is_using' => 2]); ->update(['is_using' => 2]);
} }
} }