This commit is contained in:
weiz 2024-06-05 10:55:40 +08:00
parent 8e8030f85f
commit 4105b4cab2

View File

@ -43,7 +43,7 @@ class OaSelfExamineLists extends BaseAdminDataLists implements ListsSearchInterf
public function setSearch(): array
{
return [
'=' => ['examine_type'],
'=' => ['examine_type','user_id'],
];
}