colly_wyx
2018-06-13 e4d5467f055ece8cc9dfdc02dd836bcc187034a5
Yfs/Domain/Data.php
@@ -36,7 +36,7 @@
            }
            elseif($value['type'] == 1){
                $arr['hour'] = date('H', strtotime($value['time']));
                $arr['hour'] = (int)date('H', strtotime($value['time']));
                $hourly = $this->hourly_model->get(array('hour' => $arr['hour'], 'date' => $arr['date'], 'user_id' => $arr['user_id']));
                if($hourly){