|
@@ -64,7 +64,7 @@ class Aatest extends Start_Controller {
|
|
|
}else if($arg == 'getorder'){
|
|
|
$this->_getorder();
|
|
|
}elseif($arg == 'upadtel'){
|
|
|
- $this->upadtel();
|
|
|
+ //$this->upadtel();
|
|
|
}else{
|
|
|
$this->_a($arg_array);
|
|
|
}
|
|
@@ -212,9 +212,9 @@ class Aatest extends Start_Controller {
|
|
|
|
|
|
public function upadtel(){
|
|
|
|
|
|
- $returngoods_id = $data['rid'];
|
|
|
- $insert_flag = $data['bid'];
|
|
|
- $number = $data['bnum'];
|
|
|
+ $returngoods_id = 10;
|
|
|
+ $insert_flag = 1213834;
|
|
|
+ $number = 'ASTE-50203-040';
|
|
|
|
|
|
$returngoods_info = $this->returngoods->read($returngoods_id);
|
|
|
$this->returngoods->save([
|