@@ -91,7 +91,7 @@ class Aatest extends Start_Controller {
public function _remap($arg,$arg_array)
{
- $r = $this->db->from("returngoods")->where('email is null')->get()->result_array();
+ $r = $this->db->from("returngoods")->where('email is null')->order_by('id','desc')->get()->result_array();
echo "<pre>";
print_r($r[0]);
die;