Browse Source

TechHomeController

DengTao 8 years ago
parent
commit
85a8df4fa1
1 changed files with 2 additions and 1 deletions
  1. 2 1
      www/protected/components/O2oApp.php

+ 2 - 1
www/protected/components/O2oApp.php

@@ -217,8 +217,9 @@ class O2oApp {
                 ),
         ));
         $g = $collection->group($keys, $initial, $reduce, $condition);
-
+        var_dump($g);
         $group_data = $g['retval'];
+
         foreach($group_data as $data) {
             var_dump($data);
             $sum += $data['commision'];