feat: 增加新功能(API)
This commit is contained in:
parent
576fe28098
commit
a8fa857589
@ -49,7 +49,7 @@ class UserSignLists extends BaseApiDataLists implements ListsSearchInterface
|
|||||||
$type=$this->request->get('type',1);
|
$type=$this->request->get('type',1);
|
||||||
$mark=$this->request->get('mark','');
|
$mark=$this->request->get('mark','');
|
||||||
if($type==1){
|
if($type==1){
|
||||||
$this->searchWhere[]=['type','in',[4,9,8,2]];
|
$this->searchWhere[]=['type','in',[4,9,8,2,3]];
|
||||||
$this->searchWhere[]=['status','=',1];
|
$this->searchWhere[]=['status','=',1];
|
||||||
}
|
}
|
||||||
if($mark==1){
|
if($mark==1){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user