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