lvhao 6 months ago
parent
commit
a792bf9c8e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      core/CoreApp/controllers/Fullorder.php

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

@@ -1345,10 +1345,11 @@ class Fullorder extends Start_Controller {
 		$returngoods = $this->returngoods->get_orderinfo($fullorder['orderinfo']);
 		$this->data['returngoods'] = 0;
 		if(!empty($returngoods)){
-			if($returngoods['status'] == 120){
+			if($returngoods['status'] != 120){
 				$this->data['returngoods'] = 1;
 			}
 		}
+
 		$fullorder['parameter'] = str_replace(",","---",$fullorder['parameter']);
 		$country = $this->country->find_all('1=1','id,name','name asc');//所有国家信息
 		$express = $this->express->find_all('1=1');//所有快递配置信息