feat(UserSignLogLists): 添加了根据用户ID搜索的功能
This commit is contained in:
parent
ab746594ae
commit
970f8c0a45
@ -54,6 +54,7 @@ class UserSignLogLists extends BaseApiDataLists implements ListsSearchInterface
|
||||
}elseif($mark==2){
|
||||
$this->searchWhere[]=['financial_pm','=',0];
|
||||
}
|
||||
$this->searchWhere[]=['uid','=',$this->userId];
|
||||
$list=UserSignLog::where($this->searchWhere)->order('id desc')
|
||||
->limit($this->limitOffset, $this->limitLength)
|
||||
->select()->each(function ($item){
|
||||
|
Loading…
x
Reference in New Issue
Block a user