作者 李宇航

合并分支 'lyh-server' 到 'master'

gx脚本



查看合并请求 !2021
... ... @@ -37,7 +37,7 @@ class RenewProjectController extends BaseController
->with('deploy_optimize')->with('online_check')->paginate($this->row, ['*'], 'page', $this->page);
if(!empty($lists)){
$lists = $lists->toArray();
$manageModel = new Manage();
$manageModel = new ManageHr();
$domainModel = new DomainInfo();
foreach ($lists['list'] as $k=>$item){
$item = $this->handleParam($item,$manageModel,$domainModel);
... ...