1. 於 ProductController.php 的商品列表分頁中,將 latest() 改為明確的雙重排序 orderBy('created_at', 'desc')->orderBy('id', 'desc')。
2. 於商品分類列表分頁中,加入 orderBy('id', 'desc') 作為次要排序鍵,確保分頁的唯一性。
3. 於系統操作日誌分頁中,同步加入次要排序鍵優化分頁結果。
|
||
|---|---|---|
| .. | ||
| Admin | ||
| Api | ||
| Auth | ||
| Guest | ||
| System | ||
| ApiDocsController.php | ||
| Controller.php | ||
| MemberController.php | ||
| ProfileController.php | ||
| SocialLoginTestController.php | ||