作者 lyh

gx

@@ -200,7 +200,7 @@ class RenewProjectController extends BaseController @@ -200,7 +200,7 @@ class RenewProjectController extends BaseController
200 * @time :2023/9/19 11:21 200 * @time :2023/9/19 11:21
201 */ 201 */
202 public function getRenewList(ProjectRenew $projectRenew){ 202 public function getRenewList(ProjectRenew $projectRenew){
203 - $this->map['project'] = 0; 203 + $this->map['project_id'] = 0;
204 $this->map['status'] = 0; 204 $this->map['status'] = 0;
205 $list = $projectRenew->list($this->map); 205 $list = $projectRenew->list($this->map);
206 $this->response('success',Code::SUCCESS,$list); 206 $this->response('success',Code::SUCCESS,$list);