更新细节

This commit is contained in:
yaooo 2023-12-18 10:22:29 +08:00
parent 3f03d47431
commit 8443830180

View File

@ -59,7 +59,7 @@ class BidBuyBiddingDocumentLists extends BaseAdminDataLists implements ListsSear
->where($this->searchWhere)
->leftJoin('project p','p.id = bbbd.project_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)
->order(['bbbd.id' => 'desc'])
->select()->each(function($item, $key){