|
...
|
...
|
@@ -85,7 +85,7 @@ class CheckLogController extends BaseController |
|
|
|
$checkListModel = new OptimizeCheckList();
|
|
|
|
$listInfo = $checkListModel->read(['id'=>$this->param['check_id']],['id','type']);
|
|
|
|
if($listInfo !== false){
|
|
|
|
$this->map['type'] = $listInfo['type'];
|
|
|
|
$this->param['type'] = $listInfo['type'];
|
|
|
|
}
|
|
|
|
$this->param = $this->model->saveHandleParam($this->param,$this->manage['id']);
|
|
|
|
if(isset($this->param['id']) && !empty($this->param['id'])){
|
...
|
...
|
|