Browse Source

提交数据

lvhao 3 months ago
parent
commit
cd78f9293d
1 changed files with 3 additions and 1 deletions
  1. 3 1
      core/CoreApp/controllers/Apidsyskxcx.php

+ 3 - 1
core/CoreApp/controllers/Apidsyskxcx.php

@@ -74,7 +74,9 @@ class Apidsyskxcx extends Start_Controller
     private function _doRenwu()
     {
         echo "<pre>";
-        $list = $this->zzjobs->find_all("status = 0 and quque = 'ysgjcx'", "*", 0, 1);
+        $list = $this->zzjobs->find_all("status = 0 and quque = 'ysgjcx'", "*",null, 0, 1);
+        print_r($list);
+        die;
         $ids = array_column($list, 'id');
         $this->db->query("update crowd_zzjobs set status = 10 where id  in (" . implode(",", $ids) . ")");
         foreach ($list as $v) {