|
@@ -28,6 +28,7 @@ class IndexController extends \app\controllers\HomeController
|
|
|
$storeSellData=$ga->storeSellData($store,$start_day,$end_day,'week');
|
|
|
foreach($storeSellData as $v){
|
|
|
$timestr=$v['year']."W".$v['week'];
|
|
|
+ echo $v['week']."<br/>";
|
|
|
$time=date("Y-m-d",\strtotime($timestr));
|
|
|
echo $time."<br/>";
|
|
|
|