colly_wyx
2018-04-08 b0d97c42d17f47bad97b442216162374d8be11c0
默认汇总时间设定为昨天
1 files modified
2 ■■■ changed files
application/modules/Public/controllers/Data.php 2 ●●● patch | view | raw | blame | history
application/modules/Public/controllers/Data.php
@@ -10,7 +10,7 @@
         */
        public function DailyAction(){
            $daily_service = new Service_Daily();
            $day = $this->get('day', date('Y-m-d'));
            $day = $this->get('day', date('Y-m-d', strtotime("-1 day")));
            $dailyLog_service = new Service_DailyLog();
            if(strtotime($day) <= strtotime(date('Y-m-d', time()))){
                if(!$dailyLog_service->isSummary($day)){