加幸运币统计字段-修改
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user