colly_wyx
2018-05-18 50a53f7db63c5729b0ddbc93367117cf35ccf03c
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){