优化:用户钱包操作方法修改。---后台用户列表修改
This commit is contained in:
@@ -323,6 +323,7 @@ class UserWallet extends Model
|
||||
} else {
|
||||
$table_name_log = 'user_earnings_log';
|
||||
}
|
||||
$where = [];
|
||||
if ($seach['stime']) {
|
||||
$where['createtime'] = ['>=', strtotime($seach['stime'])];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user