colly_wyx
2018-04-18 2ee7d19834f3d566579df33e8b86c8ee1d350238
修正参数错误
1 files modified
2 ■■■ changed files
Yfs/Domain/Data.php 2 ●●● patch | view | raw | blame | history
Yfs/Domain/Data.php
@@ -27,7 +27,7 @@
            $arr['date'] = date('Y-m-d', strtotime($value['time']));
            if($value['type'] == 0){
                $this->model->add($arr);
                if($arr['is_warn'] == 1){
                if($value['is_warn'] == 1){
                    $this->warn_model->add($arr);
                }
            }