更新细节

This commit is contained in:
yaooo 2023-12-25 09:48:26 +08:00
parent 1d1589b400
commit 8554de48db

View File

@ -38,7 +38,7 @@ class ContractLists extends BaseAdminDataLists implements ListsSearchInterface
public function setSearch(): array
{
return [
'=' => ['c.org_id', 'c.dept_id', 'c.contract_name', 'c.contract_type', 'c.contract_code'],
'=' => ['c.org_id', 'c.dept_id', 'c.customer_id', 'c.contract_name', 'c.contract_type', 'c.contract_code'],
];
}