colly_wyx
2018-04-20 bc206c01d3ef2f8ae99c2aa6dd43f31920642201
application/library/Service/DataThreeHourly.php
@@ -1,6 +1,6 @@
<?php
class Service_Data_Three_Hourly extends System_Service_Base{
class Service_DataThreeHourly extends System_Service_Base{
   public function __construct(){
      $this->data_three_hourly_model = new DataThreeHourlyModel();
@@ -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';