wesmiler 3 anni fa
parent
commit
6fec5275ef
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/api/command/SettleTeamAward.php

+ 1 - 1
app/api/command/SettleTeamAward.php

@@ -46,7 +46,7 @@ class SettleTeamAward extends Command
 
         if(date('H:i') < '21:00'){
             echo json_encode(['code'=>'error','msg'=>'未到结算时间,结算时间为每日21:00后~','date'=>date('Y-m-d H:i:s')],256)."\n";
-//            return false;
+            return false;
         }
 
         RedisCache::setnx($cacheKey.'lock', date('Y-m-d H:i:s'), rand(30, 60));