This commit is contained in:
aozhiwei 2024-10-08 15:43:31 +08:00
parent 707dea9b00
commit a1c99dd9ae

View File

@ -20,6 +20,8 @@ class BattleBoxService {
$currPhase = self::getCurrentPhase();
$startTime = 0;
$endTime = 0;
$allocableNum = self::getDailyPhaseAllocNum($currPhase, myself()->_getNowDaySeconds());
$alreadyAllocNum = self::getDailyPhaseAlreadyAllocNum($currPhase, myself()->_getNowDaySeconds());
if ($allocableNum <= 0) {