Jelajahi Sumber

10分钟预警

shish 4 tahun lalu
induk
melakukan
18d00c4a5c
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      console/controllers/GlobalController.php

+ 1 - 1
console/controllers/GlobalController.php

@@ -19,7 +19,7 @@ class GlobalController extends Controller
         //每5分钟执行一次,所有门店库存预警
         $hour = (int)date("H");
         if ($hour >= 7 and $hour <= 23) {
-            if ((int)date('i') % 5 == 0) {
+            if ((int)date('i') % 10 == 0) {
                 ProductClass::allShopStockWarningFromQueue();
             }
         }