This commit is contained in:
aozhiwei 2022-06-06 19:33:47 +08:00
parent ebe315a759
commit 9a64598a45
2 changed files with 2 additions and 2 deletions

View File

@ -149,7 +149,7 @@ class Gun extends BaseModel {
if (myself()->_getDaySeconds($lastGetGoldTime) < myself()->_getNowDaySeconds()) {
$todayGetGold = 0;
}
$todayPveGetGold = $row['today_pve_get_ceg'];
$todayPveGetCeg = $row['today_pve_get_ceg'];
$lastPveGetCegTime = $row['last_pve_get_ceg_time'];
if (myself()->_getDaySeconds($lastPveGetCegTime) <
myself()->_getNowDaySeconds()) {

View File

@ -139,7 +139,7 @@ class Hero extends BaseModel {
myself()->_getNowDaySeconds()) {
$todayGetGold = 0;
}
$todayPveGetGold = $row['today_pve_get_ceg'];
$todayPveGetCeg = $row['today_pve_get_ceg'];
$lastPveGetCegTime = $row['last_pve_get_ceg_time'];
if (myself()->_getDaySeconds($lastPveGetCegTime) <
myself()->_getNowDaySeconds()) {