stanley-king vor 3 Jahren
Ursprung
Commit
58b17e83d9
2 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 2 2
      crontab/control/minutes.php
  2. 1 1
      docker/compose/xyz/conf/crontab/root

+ 2 - 2
crontab/control/minutes.php

@@ -14,13 +14,13 @@ require_once(BASE_HELPER_PATH . '/refill/util.php');
 
 class minutesControl extends BaseCronControl
 {
-    public function indexOp()
+    public function indexexOp()
     {
         $this->_cron_common([1,2,3,4,5,6,7]);
         $this->_check_merchant_alarm_amount();
     }
 
-    public function indexexOp()
+    public function indexOp()
     {
         Log::record(__FUNCTION__ . " start",Log::DEBUG);
         //未付款订单超期自动关闭

+ 1 - 1
docker/compose/xyz/conf/crontab/root

@@ -15,5 +15,5 @@
 *    *   *   *   *   echo "test" >> /var/test.log
 
 #0   1   *   *   *   php /var/www/html/crontab/index.php date _order_stats
-0   0   *   *   *   php /var/www/html/crontab/index.php date merchant_available
+0   0    *   *   *   php /var/www/html/crontab/index.php date merchant_available