chengwl %!s(int64=4) %!d(string=hai) anos
pai
achega
f578e51d87
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      controllers/IndexController.php

+ 2 - 1
controllers/IndexController.php

@@ -25,8 +25,9 @@ class IndexController extends \app\controllers\HomeController
       $end_day = $request->get('end', date('Y-m-d',time()-3600*24));
       try{
         $storeData=$ga->storeData($store,$start_day,$end_day);
+        $storeSellData=$ga->storeSellData($store,$start_day,$end_day);
         echo "<pre>";
-        print_r($storeData);exit;
+        print_r($storeSellData);exit;