update
This commit is contained in:
parent
b25848903b
commit
4d9b87eeab
@ -39,6 +39,7 @@ class DataReceptionLists extends BaseAdminDataLists implements ListsSearchInterf
|
||||
{
|
||||
return [
|
||||
'=' => ['num', 'project', 'project_num'],
|
||||
|
||||
];
|
||||
}
|
||||
|
||||
@ -55,7 +56,6 @@ class DataReceptionLists extends BaseAdminDataLists implements ListsSearchInterf
|
||||
public function lists(): array
|
||||
{
|
||||
return DataReception::where($this->searchWhere)
|
||||
->field(['id', 'dataid', 'num', 'project', 'project_num', 'apptime', 'person', 'number', 'position', 'tips'])
|
||||
->limit($this->limitOffset, $this->limitLength)
|
||||
->order(['id' => 'desc'])
|
||||
->select()
|
||||
|
Loading…
x
Reference in New Issue
Block a user