colly_wyx
2018-05-09 d3534714ed8f07f19e0a648ab2d07c73d0bed156
调整存入值类型
1 files modified
2 ■■■ changed files
Yfs/Domain/Data.php 2 ●●● patch | view | raw | blame | history
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){