Your Name 3 năm trước cách đây
mục cha
commit
f14482edf0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tool/work/database/info_stat.php

+ 1 - 1
tool/work/database/info_stat.php

@@ -185,7 +185,7 @@ return array
             'order' => array('day' => 'desc', 'cdate' => 'desc'),
             'order' => array('day' => 'desc', 'cdate' => 'desc'),
             'page' => array(20, 'list'),
             'page' => array(20, 'list'),
             'group' => 'day',
             'group' => 'day',
-            'col' => '*',
+            'col' => '*,sum(question) as question, sum(super) as super, sum(urgent) as urgent, sum(yb) as yb, sum(pt) as pt',
         ),
         ),
     ),
     ),
 );
 );