rabin 2 years ago
parent
commit
a200774c19
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/agent/database/member_shop_log.php

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

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