load->database(); $this->table = 'fullorderout'; $this->load_table('fullorderout'); } /** 通过API查找 */ public function get_waybill($waybill) { return $this->find("waybill = '$waybill'"); } public function get_number($number) { return $this->find("number = '$number'"); } public function get_orderinfo($orderinfo) { return $this->find("orderinfo = '$orderinfo'"); } } //end class