update
This commit is contained in:
parent
bb86e215ac
commit
3bafca2403
|
@ -167,7 +167,6 @@
|
||||||
]);
|
]);
|
||||||
Device::where('id','in',$productDevice)->update([
|
Device::where('id','in',$productDevice)->update([
|
||||||
'user_id' => $land['user_id'],
|
'user_id' => $land['user_id'],
|
||||||
'is_bind' => 2,
|
|
||||||
'update_time' => time()
|
'update_time' => time()
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue