浏览代码

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}
       
 ";