|
@@ -193,7 +193,10 @@ class Returngoods extends Start_Controller {
|
|
|
|
|
|
$info = $this->returngoods->find("orderinfo = ".$order_info['orderinfo']);
|
|
|
if(!empty($info)){
|
|
|
- return $this->_see([$info['id']]);
|
|
|
+ if($info['status']!=120){
|
|
|
+ return $this->_see([$info['id']]);
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
|
|
|
$this->data['order_info'] = $order_info;
|