colly_wyx
2018-04-20 bc206c01d3ef2f8ae99c2aa6dd43f31920642201
修正错误调用
1 files modified
2 ■■■ changed files
application/library/Service/DataThreeHourly.php 2 ●●● patch | view | raw | blame | history
application/library/Service/DataThreeHourly.php
@@ -18,7 +18,7 @@
    public function summary($day, $time_level){
        if($time_level > 0 && $time_level <= 8){
            $hourly_model = new DataHourlyModel();
            $hourly_model = new HourlyModel();
            $hour = ($time_level - 1)*3;
            $start_hour = $hour.':00:00';
            $end_hour = ($hour + 2).':05:00';