lvhao 2 days ago
parent
commit
be0c928381
1 changed files with 3 additions and 0 deletions
  1. 3 0
      core/CoreApp/models/Model_logic_u9mgwx.php

+ 3 - 0
core/CoreApp/models/Model_logic_u9mgwx.php

@@ -24,6 +24,9 @@ class Model_logic_u9mgwx extends Lin_Model {
         $this->_add_xsd();
         sleep(2);
         $list = $this->zzquque_u9->find_all("( xs_status > 0 ) and (type = 22) and ( bzch_status = 0 )");
+        echo "<pre>";
+        var_dump($list);
+        die;
         
         foreach($list as $k=>$v){
             $this->_cx_xsdandbzch($v);