This commit is contained in:
aozhiwei 2022-05-02 14:36:17 +08:00
parent afe21b9e9b
commit 4c21998022

View File

@ -123,7 +123,7 @@ class Gun extends BaseModel {
}
$todayGetGold = $row['today_get_gold'];
$lastGetGoldTime = $row['last_get_gold_time'];
if (myself()->_getDaySeconds($lastGetGoldTime) > myself()->getNowDaySeconds()) {
if (myself()->_getDaySeconds($lastGetGoldTime) > myself()->_getNowDaySeconds()) {
$todayGetGold = 0;
}
$dto = array(