Merge pull request 'fixed' (#81) from zhangwei into dev
Reviewed-on: #81
This commit is contained in:
commit
bf00b0c1df
@ -65,7 +65,6 @@ class ProjectManagerAppointmentLists extends BaseAdminDataLists implements Lists
|
||||
->limit($this->limitOffset, $this->limitLength)
|
||||
->order(['id' => 'desc'])
|
||||
->select()->each(function($item){
|
||||
$step = DictData::where('type_value','project_manager_entrusted_approval_process')->column('name','value');
|
||||
$project = Project::field('name,project_code,custom_id')->where('id',$item['project_id'])->findOrEmpty();
|
||||
$custom = Custom::field('name')->where('id',$project['custom_id'])->findOrEmpty();
|
||||
$contract = Contract::field('contract_code')->where('id',$item['contract_id'])->findOrEmpty();
|
||||
|
Loading…
x
Reference in New Issue
Block a user