This commit is contained in:
chenbo 2024-01-05 14:33:31 +08:00
parent 3922f4cda5
commit 5e240474e0
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,8 @@ class DeviceController extends BaseApiController
}
})
->whereWeek('ma.create_time')
->order('ma.id', 'desc')
->limit(100)
->select();
return $this->success('成功', compact('list'));
}