lvhao 3 tháng trước cách đây
mục cha
commit
daa0c00edb

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

@@ -69,7 +69,7 @@ class Apidsyskxcx extends Start_Controller
     private function _doRenwu(){
     private function _doRenwu(){
         //必须是云尚快线   打印
         //必须是云尚快线   打印
         $list = $this->fullorder->find_all("express = 71 and print = 3 and library = 2 and expressstate < 6");
         $list = $this->fullorder->find_all("express = 71 and print = 3 and library = 2 and expressstate < 6");
-        print_r(count($list));
+        die(count($list));
 
 
     }
     }
 }
 }