feat(UserSignLogLists): 添加了根据用户ID搜索的功能

This commit is contained in:
mkm 2024-07-02 15:34:01 +08:00
parent ab746594ae
commit 970f8c0a45

View File

@ -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){