rabin 3 anni fa
parent
commit
289a4c60e4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      service/agent/database/member_agreement.php

+ 1 - 1
service/agent/database/member_agreement.php

@@ -543,7 +543,7 @@ return array
             'order' => array('id' => 'asc'),
             'type' => 'all',
             //'limit' => '0,2',
-            'col' => '*',
+            'col' => 'id,mid,sign',
         ),
     ),
 );