This commit is contained in:
hujiabin 2024-01-17 17:10:32 +08:00
parent 2fb50de087
commit 13a42284f9

View File

@ -35,7 +35,7 @@ class HashRateService extends BaseService
}
$currentPeriod= \mt\AchievementsCycle::getCurrentPeriod();
if (myself()->_getDaySeconds(getXVal($this->hashRateData, 'modifytime', 0)) <
myself()->_getDaySeconds($currentPeriod['obtain_start_time'])) {
myself()->_getDaySeconds(strtotime($currentPeriod['obtain_start_time']))) {
$this->hashRateData = array(
'pvpData' => array(),
'mobaData' => array(),