rabin 3 years ago
parent
commit
289a4c60e4
1 changed files with 1 additions and 1 deletions
  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',
         ),
     ),
 );