Browse Source

提交数据

lvhao 5 months ago
parent
commit
2f5455a4ca
1 changed files with 3 additions and 7 deletions
  1. 3 7
      core/CoreApp/controllers/Apipf.php

+ 3 - 7
core/CoreApp/controllers/Apipf.php

@@ -38,13 +38,9 @@ class Apipf extends Start_Controller{
         {
             $this->_customerAllTbData();
         }
-        elseif($arg == 'orderTbAllData')
+        elseif($arg == 'customer_depart_data')
         {
-            $this->_orderTbAllData();
-        }
-        elseif($arg == 'orderTbData')
-        {
-            $this->_orderTbData();
+            $this->_customerDepartTbData();
         }
         else
         {
@@ -62,7 +58,7 @@ class Apipf extends Start_Controller{
         if($hour != 20){
             die("Execution conditions hour do not allow");
         }
-        if(($minute >= 10)&&($minute <=20)){
+        if(($minute >= 10)&&($minute <=40)){
             $this->db->query("update crowd_customer set more_three = 1 where num >= 3 and more_three = 0");
             die("No executable data available");
         }else{