fix: correct know file issues

This commit is contained in:
xboard 2025-01-13 08:17:11 +08:00
parent c89b57422a
commit 8ec568c24d
2 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,7 @@ class PlanService
{ {
// 如果是续费 // 如果是续费
if ($user->plan_id === $plan->id) { if ($user->plan_id === $plan->id) {
return $plan->sell && $plan->renew; return $plan->renew;
} }
// 如果是新购 // 如果是新购

File diff suppressed because one or more lines are too long