优化:用户钱包操作方法修改。---后台用户列表修改

This commit is contained in:
2026-01-07 17:25:55 +08:00
parent 778e067540
commit 2d2aaf3372

View File

@@ -323,6 +323,7 @@ class UserWallet extends Model
} else {
$table_name_log = 'user_earnings_log';
}
$where = [];
if ($seach['stime']) {
$where['createtime'] = ['>=', strtotime($seach['stime'])];
}