更新
This commit is contained in:
parent
3b34e11fe6
commit
f641a007ad
@ -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{
|
||||
|
Loading…
x
Reference in New Issue
Block a user