fix : 모델 및 자재관리 수정
This commit is contained in:
@@ -46,7 +46,7 @@ public function getMaterials(array $params)
|
||||
});
|
||||
}
|
||||
|
||||
$q->orderByDesc('id');
|
||||
$q->orderBy('id');
|
||||
|
||||
$perPage = $p['per_page'] ?? 20;
|
||||
$page = $p['page'] ?? null;
|
||||
|
||||
Reference in New Issue
Block a user