update
This commit is contained in:
parent
8c801b6637
commit
584f653ffd
@ -63,7 +63,7 @@ class OaSelfExamineLists extends BaseAdminDataLists implements ListsSearchInterf
|
||||
if(!empty($params['examine_month'])){
|
||||
$this->where[] = ['examine_month','=',strtotime($params['examine_month'])];
|
||||
}
|
||||
return OaSelfExamine::withoutField('update_time,delete_time')->where('usr_id',$this->adminId)->where($this->searchWhere)->where($this->where)
|
||||
return OaSelfExamine::withoutField('update_time,delete_time')->where('user_id',$this->adminId)->where($this->searchWhere)->where($this->where)
|
||||
->limit($this->limitOffset, $this->limitLength)
|
||||
->order(['id' => 'desc'])
|
||||
->select()->each(function($data){
|
||||
|
Loading…
x
Reference in New Issue
Block a user