|
|
//$str = preg_replace('/\s*\|\s*/', '|', $str);
|
|
//$str = preg_replace('/\s*\|\s*/', '|', $str);
|
|
|
$list = $this->db->from("fullorder")->order_by('id' ,'desc')->limit(3000,0)->get()->result_array();
|
|
$list = $this->db->from("fullorder")->order_by('id' ,'desc')->limit(3000,0)->get()->result_array();
|