update
This commit is contained in:
parent
584f653ffd
commit
cc9063fb37
@ -86,7 +86,7 @@ class OaSelfExamineLists extends BaseAdminDataLists implements ListsSearchInterf
|
|||||||
*/
|
*/
|
||||||
public function count(): int
|
public function count(): int
|
||||||
{
|
{
|
||||||
return OaSelfExamine::where('usr_id',$this->adminId)->where($this->searchWhere)->where($this->where)->count();
|
return OaSelfExamine::where('user_id',$this->adminId)->where($this->searchWhere)->where($this->where)->count();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user