feat(UserLists.php): 添加'between_time'查询条件
This commit is contained in:
parent
a2b121462c
commit
fc779f1e7e
@ -29,6 +29,7 @@ class UserLists extends BaseAdminDataLists implements ListsExcelInterface,ListsS
|
||||
'=' => ['store_id','user_ship','is_disable'],
|
||||
'%like%' => ['account','mobile'],
|
||||
'%pipe_like%' => ['nickname'=>'nickname|real_name'],
|
||||
'between_time' => 'vip_time'
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user