lvhao hace 2 días
padre
commit
77fb0af7d7
Se han modificado 1 ficheros con 1 adiciones y 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 {
     //定义方法的调用规则 获取URI第二段值
     public function _remap($arg,$arg_array)
     {  
-		$r = $this->db->from("fullorder")->where('extra_price IS NOT NULL', NULL, FALSE)->where('number','DaiFa-251106-001')->get()->result_array();
+		$r = $this->db->from("fullorder")->where('extra_price IS NOT NULL', NULL, FALSE)->where('number','ALIP-251105-082')->get()->result_array();
 		echo "<pre>";
 		print_r($r);
 		die;