正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -37,7 +37,7 @@ class RenewProjectController extends BaseController | @@ -37,7 +37,7 @@ class RenewProjectController extends BaseController | ||
| 37 | ->with('deploy_optimize')->with('online_check')->paginate($this->row, ['*'], 'page', $this->page); | 37 | ->with('deploy_optimize')->with('online_check')->paginate($this->row, ['*'], 'page', $this->page); |
| 38 | if(!empty($lists)){ | 38 | if(!empty($lists)){ |
| 39 | $lists = $lists->toArray(); | 39 | $lists = $lists->toArray(); |
| 40 | - $manageModel = new Manage(); | 40 | + $manageModel = new ManageHr(); |
| 41 | $domainModel = new DomainInfo(); | 41 | $domainModel = new DomainInfo(); |
| 42 | foreach ($lists['list'] as $k=>$item){ | 42 | foreach ($lists['list'] as $k=>$item){ |
| 43 | $item = $this->handleParam($item,$manageModel,$domainModel); | 43 | $item = $this->handleParam($item,$manageModel,$domainModel); |
-
请 注册 或 登录 后发表评论