feat : sts

This commit is contained in:
2025-04-14 14:32:07 +08:00
parent b1f0db5164
commit ff73935973

View File

@@ -52,7 +52,7 @@ class ListService extends BaseService
*/
public function handle(): array
{
$limit = $this->request->input('limit') ?? 10;
$limit = (int)$this->request->input('limit',10);
$data = $this->evaluationModel
->where('user_id', $this->userId)