lvhao hai 4 días
pai
achega
25610b1db1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      core/CoreApp/controllers/Aatest.php

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

@@ -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;