colly_wyx
2018-04-08 7bceb97206d71add2ff3a1dd82284629a2e2aaa4
application/modules/Public/controllers/Data.php
@@ -11,6 +11,7 @@
      public function DailyAction(){
         $daily_service = new Service_Daily();
         $day = $this->get('day', date('Y-m-d', strtotime("-1 day")));
         echo $day;
         $dailyLog_service = new Service_DailyLog();
         if(strtotime($day) <= strtotime(date('Y-m-d', time()))){
            if(!$dailyLog_service->isSummary($day)){