Browse Source

sunguidong

zhangguidong 2 years ago
parent
commit
25eaab3bd8
2 changed files with 2 additions and 2 deletions
  1. 1 1
      app/model/member/FranchiseeExamine.php
  2. 1 1
      app/model/member/SupplierExamine.php

+ 1 - 1
app/model/member/FranchiseeExamine.php

@@ -81,7 +81,7 @@ class FranchiseeExamine extends BaseModel
      * @param string $order
      * @param string $field
      */
-    public function getFranchiseeExaminePageList($condition = [], $page = 1, $page_size = PAGE_LIST_ROWS, $order = '', $field = '*')
+    public function getFranchiseeExaminePageList($condition = [], $page = 1, $page_size = PAGE_LIST_ROWS, $order = 'id DESC', $field = '*')
     {
 
         $data = json_encode([ $condition, $field, $order, $page, $page_size ]);

+ 1 - 1
app/model/member/SupplierExamine.php

@@ -81,7 +81,7 @@ class SupplierExamine extends BaseModel
      * @param string $order
      * @param string $field
      */
-    public function getSupplierExaminePageList($condition = [], $page = 1, $page_size = PAGE_LIST_ROWS, $order = '', $field = '*')
+    public function getSupplierExaminePageList($condition = [], $page = 1, $page_size = PAGE_LIST_ROWS, $order = 'id DESC', $field = '*')
     {
 
         $data = json_encode([ $condition, $field, $order, $page, $page_size ]);