This commit is contained in:
mkm 2023-08-08 18:15:58 +08:00
parent 3b34e11fe6
commit f641a007ad

View File

@ -73,7 +73,6 @@ class ContractLists extends BaseAdminDataLists implements ListsSearchInterface
->limit($this->limitOffset, $this->limitLength)
->order(['id' => 'desc'])
->select()->each(function ($item, $key) {
halt($item);
if($item->type==1){
$item->party_b_name=Db::name('company')->where('id',$item->party_b)->value('company_name');
}else{