rabin 1 ano atrás
pai
commit
09fec85be7
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      service/agent/database/member_shop_log.php

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

@@ -210,7 +210,7 @@ return array
             'group' => $group,
             'order' => array('t_1.id' => 'desc'),
             'page' => array(20, 'list'),
-            'col' => '*,max(t_1.id)',
+            'col' => '*',
         ),
 
         'getAll' => array