lvhao 2 semanas atrás
pai
commit
ba2444c66a
1 arquivos alterados com 2 adições e 4 exclusões
  1. 2 4
      core/CoreApp/controllers/Aatest.php

+ 2 - 4
core/CoreApp/controllers/Aatest.php

@@ -93,7 +93,7 @@ class Aatest extends Start_Controller {
     //定义方法的调用规则 获取URI第二段值
     public function _remap($arg,$arg_array)
     {   
-		$fullorder = $this->logic_order->getInfo("number = 'TT-WK-260125-061'");
+		$fullorder = $this->logic_order->getInfo("number = 'TT-WK-260125-057'");
 		$res = $this->express_tt->get_data($fullorder,"CBT");;
 		echo "<pre>";
 		print_r($res);
@@ -123,9 +123,7 @@ class Aatest extends Start_Controller {
 		}
 		
 		die;
-		$fullorder = $this->logic_order->getInfo("number = 'TT-WK-251201-337'");
-		$this->express_tt->get_data($fullorder,"CBT");;
-		die;
+		
 		//测试 erp现在还在用的数据
 		//
 		$list = $this->fullorder->find_all("print = 3","*","id desc",0,3000);