chengwl 4 năm trước cách đây
mục cha
commit
2f87e0daeb
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      controllers/IndexController.php

+ 1 - 0
controllers/IndexController.php

@@ -21,6 +21,7 @@ class IndexController extends \app\controllers\HomeController
       $ga=new GA();
       $request = Yii::$app->request;
       $store=$request->get('store');
+      $store=3;
       $start_day=$request->get('start', date('Y-m-d',time()-3600*24*8));
       $end_day = $request->get('end', date('Y-m-d',time()-3600*24));
       $res=[];