root 5 years ago
parent
commit
17e626493a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Console/Commands/SendRemindMail.php

+ 1 - 1
app/Console/Commands/SendRemindMail.php

@@ -65,7 +65,7 @@ class SendRemindMail extends Command
             if (($ud / $transfer_enable * 100) < 80) return false;
             return true;
         }
-        if (isWarnValue()) {
+        if (isWarnValue(($user->u + $user->d), $user->transfer_enable)) {
             
         }
     }