1
This commit is contained in:
parent
e8e33028f1
commit
5a391287ee
@ -76,7 +76,8 @@ class HashRateService extends BaseService
|
||||
);
|
||||
}
|
||||
$currentPeriod= \mt\AchievementsCycle::getCurrentPeriod();
|
||||
if ($currentPeriod && myself()->_getDaySeconds($this->hashRateTask['modifytime']) < myself()->_getNowDaySeconds()){
|
||||
// if ($currentPeriod && myself()->_getDaySeconds($this->hashRateTask['modifytime']) < myself()->_getNowDaySeconds()){
|
||||
if ($currentPeriod && $currentPeriod['id'] != $this->hashRateTask['currentPeriod']){
|
||||
$this->initHashRateTask($currentPeriod['id']);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user