正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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); |
-
请 注册 或 登录 后发表评论