彭俊 6 anni fa
parent
commit
46e6a156b1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Biz/Game/GameLogic.php

+ 1 - 1
Biz/Game/GameLogic.php

@@ -511,7 +511,7 @@ class GameLogic
         $type = isset($this->paras['type']) ? intval($this->paras['type']) : 4;
 
         $prlen = strlen($this->wagetnModel->agent_pre);
-        $dtime = date("Y-m-d H") . ":00:00";
+        $dtime = date("Y-m-d") . "00:00:00";
 
         /*
         $cacheObj = C()->get('cache');