rkljw 5 일 전
부모
커밋
c1dfedebc0
3개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      app/JsonRpc/NewsService.php
  2. 0 0
      runtime/container/scan.cache
  3. 1 1
      runtime/hyperf.pid

+ 1 - 1
app/JsonRpc/NewsService.php

@@ -5515,7 +5515,7 @@ class NewsService implements NewsServiceInterface
                         $q->whereRaw("DATE_FORMAT(showtime, '%m') = ?", [$month])
                           ->whereRaw("DATE_FORMAT(showtime, '%d') >= ?", [$day]);
                     });
-                })->orderByRaw("DATE_FORMAT(showtime, '%m') ASC, DATE_FORMAT(year, '%d') ASC, year ASC");
+                })->orderByRaw("DATE_FORMAT(showtime, '%m') ASC, DATE_FORMAT(showtime, '%d') ASC, showtime ASC");
                 $total = $query->count();
                 $result = $query->select("title", "id","updated_at", "showtime", DB::raw('2 as type'))
                     ->offset(($page - 1) * $pageSize)

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
runtime/container/scan.cache


+ 1 - 1
runtime/hyperf.pid

@@ -1 +1 @@
-28414
+61331

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.