lvhao 4 giorni fa
parent
commit
18d5251bf6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      core/CoreApp/controllers/QueueCbt.php

+ 1 - 1
core/CoreApp/controllers/QueueCbt.php

@@ -25,7 +25,7 @@ class QueueCbt extends Start_Controller {
     // 当前店铺为tt-wk
     private function _cbtCreateLabel(){
 
-        if(date("H") != 19){
+        if(date("H") != 20){
             exit("当前不是19点执行".date("H"));
         }
         die;