error('参数不能为空'); } //操作记录 $logs=OperationLog::where([ 'relation_type' => $relation_type, 'relation_id' => $relation_id, 'operation_type' => 1 ])->field('id,content,operation_id,createtime')->with(['staff'])->select(); $this->success('请求成功',$logs); } }