fixed
This commit is contained in:
parent
3922f4cda5
commit
5e240474e0
|
@ -50,6 +50,8 @@ class DeviceController extends BaseApiController
|
|||
}
|
||||
})
|
||||
->whereWeek('ma.create_time')
|
||||
->order('ma.id', 'desc')
|
||||
->limit(100)
|
||||
->select();
|
||||
return $this->success('成功', compact('list'));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue