colly_wyx
2018-04-20 6e54c31df658795ec830fc93a26cd6e3d910e2ef
修正函数方法参数
1 files modified
5 ■■■■■ changed files
application/modules/Public/controllers/Data.php 5 ●●●●● patch | view | raw | blame | history
application/modules/Public/controllers/Data.php
@@ -36,9 +36,10 @@
        public function ThreeHourlyAction(){
            $data_three_hourly_service = new Service_DataThreeHourly();
            $day = $this->get('day', date('Y-m-d'));
            $time_level = $this->get('time_level', 0);
            echo $day;
            if(!$data_three_hourly_service->isSummary($day)){
                if($data_three_hourly_service->summary($day)){
            if(!$data_three_hourly_service->isSummary($day, $time_level)){
                if($data_three_hourly_service->summary($day, $time_level)){
                    echo "汇总成功";
                }
                else{