소스 검색

提交数据

lvhao 6 일 전
부모
커밋
730879adb2
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      core/CoreApp/controllers/Returngoods.php

+ 2 - 1
core/CoreApp/controllers/Returngoods.php

@@ -1644,7 +1644,8 @@ class Returngoods extends Start_Controller {
 		}
     
         $this->data['returngoods_id'] = $arg_array[0];
-        $info = $this->_getOrderInfo($arg_array[1]);
+        $tmp_info = $this->returngoods->read($arg_array[0]);
+        $info = $this->_getOrderInfo($tmp_info['orderinfo']);
         $this->data['info'] = $info;
         $customer = $this->_getCustomerInfo($info['email'],$info['shop']); 
         if(empty($customer)){