This commit is contained in:
aozhiwei 2024-10-08 18:24:11 +08:00
parent fcd8d966d8
commit 73ada9cf7f

View File

@ -45,6 +45,7 @@ class BattleBoxService {
} else {
if ($yesterDayDropTotal >= $yesterDayAllocNum) {
//掉完了
$costTime = 0;
} else {
//没掉完
}