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