作者 lyh

gx

... ... @@ -90,7 +90,8 @@ class OnlineCheckLogic extends BaseLogic
}
$projectModel = new Project();
//提交审核修改状态为审核中
$projectModel->edit(['status'=>1],['id'=>$this->param['id']]);
$rs = $projectModel->edit(['status'=>1],['id'=>$this->param['id']]);
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($rs, true) . PHP_EOL, FILE_APPEND);
return $this->success();
}
}
... ...
... ... @@ -30,7 +30,6 @@ class CustomModuleCategoryLogic extends BaseLogic
* @time :2023/12/5 17:12
*/
public function getCateList(){
$this->param['project_id'] = $this->user['project_id'];
$this->param['status'] = 0;
if(isset($this->param['id']) && !empty($this->param['id'])){
$str = [];
... ...