作者 lyh

变更数据

... ... @@ -76,7 +76,7 @@ class BaseController extends Controller
Cache::add('project_'.$this->param['project_id'], $id, 3600 * 12);
}
}
$this->param['id'] = $id;
$this->param['project_id'] = $id;
}
}
}
... ...