Compare commits
2 Commits
2cbb9254c6
...
36704ae0e1
Author | SHA1 | Date |
---|---|---|
weiz | 36704ae0e1 | |
weiz | 3bafca2403 |
|
@ -167,7 +167,6 @@
|
|||
]);
|
||||
Device::where('id','in',$productDevice)->update([
|
||||
'user_id' => $land['user_id'],
|
||||
'is_bind' => 2,
|
||||
'update_time' => time()
|
||||
]);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue