This commit is contained in:
weiz 2023-11-30 14:46:22 +08:00
parent bb86e215ac
commit 3bafca2403
1 changed files with 0 additions and 1 deletions

View File

@ -167,7 +167,6 @@
]);
Device::where('id','in',$productDevice)->update([
'user_id' => $land['user_id'],
'is_bind' => 2,
'update_time' => time()
]);
});