加幸运币统计字段-修改

This commit is contained in:
2025-12-22 10:00:36 +08:00
parent 1e69aa94a7
commit 88d21d0a6a
4 changed files with 4 additions and 2 deletions

View File

@@ -131,7 +131,7 @@ class Guild extends Model
$transaction = 0;
foreach ($guild_user_data as $k => $v) {
if(empty($stoday) && empty($etoday)){
$stoday_seach = strtotime(date('Y-m-d 00:00:00',"2025-12-21"));
$stoday_seach = strtotime("2025-12-21 00:00:00");
$etoday_seach = time();
}else{
$stoday_seach = strtotime($stoday);