Compare commits
No commits in common. "36704ae0e19e37fd576365d75985ab794289df95" and "2cbb9254c6e90b4da877d938ae0508c0e438af45" have entirely different histories.
36704ae0e1
...
2cbb9254c6
|
@ -167,6 +167,7 @@
|
|||
]);
|
||||
Device::where('id','in',$productDevice)->update([
|
||||
'user_id' => $land['user_id'],
|
||||
'is_bind' => 2,
|
||||
'update_time' => time()
|
||||
]);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue