Browse Source

no message

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

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

@@ -73,6 +73,7 @@ class Apidsyskxcx extends Start_Controller
 
 
     private function _doRenwu()
     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'", "*", 0, 1);
         $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) . ")");