colly_wyx
2018-06-14 bef2c06923d3ba6727654f734bb93d5a09855dc5
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){