Compare commits

..

No commits in common. "36704ae0e19e37fd576365d75985ab794289df95" and "2cbb9254c6e90b4da877d938ae0508c0e438af45" have entirely different histories.

1 changed files with 1 additions and 0 deletions

View File

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