소스 검색

fixed rpm admin

= 2 년 전
부모
커밋
0bde202399
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Http/Controllers/PracticeManagementController.php

+ 1 - 1
app/Http/Controllers/PracticeManagementController.php

@@ -2351,7 +2351,7 @@ FROM care_month join client on care_month.client_id = client.id
     {$genericBillJoinClause}
 WHERE
       " . (count($conditions) > 0 ? implode(" AND ", $conditions) : '') . "
-      {$orderBy} -- OFFSET {$offset} LIMIT {$perPage}
+      {$orderBy}  OFFSET {$offset} LIMIT {$perPage}
       
 ";