fixed
This commit is contained in:
parent
e9ad4bc757
commit
2083bf58ef
|
@ -49,7 +49,6 @@ class DeviceController extends BaseApiController
|
|||
}
|
||||
}
|
||||
})
|
||||
->whereWeek('ma.create_time')
|
||||
->order('ma.id', 'desc')
|
||||
->limit(100)
|
||||
->select();
|
||||
|
|
Loading…
Reference in New Issue