lvhao 6 months ago
parent
commit
57cf53c964
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/CoreApp/controllers/Returngoods.php

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

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