正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -85,7 +85,7 @@ class CheckLogController extends BaseController | @@ -85,7 +85,7 @@ class CheckLogController extends BaseController | ||
| 85 | $checkListModel = new OptimizeCheckList(); | 85 | $checkListModel = new OptimizeCheckList(); |
| 86 | $listInfo = $checkListModel->read(['id'=>$this->param['check_id']],['id','type']); | 86 | $listInfo = $checkListModel->read(['id'=>$this->param['check_id']],['id','type']); |
| 87 | if($listInfo !== false){ | 87 | if($listInfo !== false){ |
| 88 | - $this->map['type'] = $listInfo['type']; | 88 | + $this->param['type'] = $listInfo['type']; |
| 89 | } | 89 | } |
| 90 | $this->param = $this->model->saveHandleParam($this->param,$this->manage['id']); | 90 | $this->param = $this->model->saveHandleParam($this->param,$this->manage['id']); |
| 91 | if(isset($this->param['id']) && !empty($this->param['id'])){ | 91 | if(isset($this->param['id']) && !empty($this->param['id'])){ |
-
请 注册 或 登录 后发表评论