更新细节
This commit is contained in:
parent
3f03d47431
commit
8443830180
@ -59,7 +59,7 @@ class BidBuyBiddingDocumentLists extends BaseAdminDataLists implements ListsSear
|
|||||||
->where($this->searchWhere)
|
->where($this->searchWhere)
|
||||||
->leftJoin('project p','p.id = bbbd.project_id')
|
->leftJoin('project p','p.id = bbbd.project_id')
|
||||||
->leftJoin('custom ct','ct.id = p.custom_id')
|
->leftJoin('custom ct','ct.id = p.custom_id')
|
||||||
->field('bsa.*, bbbd.project_id, p.name as project_name, ct.name as customer_name')
|
->field('bbbd.*, bbbd.project_id, p.name as project_name, ct.name as customer_name')
|
||||||
->limit($this->limitOffset, $this->limitLength)
|
->limit($this->limitOffset, $this->limitLength)
|
||||||
->order(['bbbd.id' => 'desc'])
|
->order(['bbbd.id' => 'desc'])
|
||||||
->select()->each(function($item, $key){
|
->select()->each(function($item, $key){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user