更新细节
This commit is contained in:
parent
831a06387c
commit
648bb531bf
@ -63,7 +63,7 @@ class ContractNegotiationLists extends BaseAdminDataLists implements ListsSearch
|
||||
->leftJoin('bid_buy_bidding_document bbbd','bbbd.id = c.buy_bidding_document_id')
|
||||
->leftJoin('project p','p.id = bbbd.project_id')
|
||||
->leftJoin('custom ct','ct.id = p.custom_id')
|
||||
->field('cn.*, bbbd.project_id, c.contract_code, c.contract_type, c.contract_pricing_method, c.contract_name, p.name as project_name, p.project_code, p.custom_id, ct.name as custom_name')
|
||||
->field('cn.*, bbbd.project_id, c.contract_code, c.contract_type, c.contract_pricing_method, c.contract_name, c.business_director, p.name as project_name, p.project_code, p.custom_id, ct.name as custom_name')
|
||||
->limit($this->limitOffset, $this->limitLength)
|
||||
->order(['cn.id' => 'desc'])
|
||||
->select()->each(function($item, $key){
|
||||
|
Loading…
x
Reference in New Issue
Block a user