|
|
@@ -339,7 +339,8 @@ class OrderIssue extends Model
|
|
|
if($rejectedBill){
|
|
|
if(OrderIssueRejectedBill::isExit($this->id,$logistic_number))continue;
|
|
|
$this->joinRejectedBill($logistic_number);
|
|
|
- $this->is_new_rejecting = '有';
|
|
|
+ if(isset($rejectedBill->items))
|
|
|
+ $this->is_new_rejecting = '有';
|
|
|
}
|
|
|
}
|
|
|
$this->save();
|