瀏覽代碼

提交数据

lvhao 3 月之前
父節點
當前提交
c04354a8ab
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      core/CoreApp/controllers/Apidsyskxcx.php

+ 0 - 2
core/CoreApp/controllers/Apidsyskxcx.php

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