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