songxingwei 2 yıl önce
ebeveyn
işleme
4987f72696
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      application/api/controller/Timedtask.php

+ 1 - 0
application/api/controller/Timedtask.php

@@ -178,6 +178,7 @@ class Timedtask
                 $end_time1 = date('Y-m-d 16:30:00');
                 $strto = (strtotime($end_time)-strtotime($now_time))+(strtotime($end_time1)-strtotime($now_time1));
                 $num = ceil($all/($strto/5));
+                echo $num;die;
                 $num_array =array();
                 for ($i=$num-2;$i<=$num+2;$i++){
                     if ($i>0){