lvhao 6 月之前
父節點
當前提交
57cf53c964
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;