xieruidong vor 2 Jahren
Ursprung
Commit
64c1390c0f
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      application/common/model/Refund.php

+ 1 - 0
application/common/model/Refund.php

@@ -423,6 +423,7 @@ class Refund Extends Model
     public function gethasMoneyAttr($_,$model){
         return $this->isRefundMoney();
     }
+    #是否是需要寄回
     public function getIsGoodsBackAttr($_,$model){
         return $this->refund_status==self::REFUND_PASS && in_array($this->refund_type,self::getRefundTypeGoods());
     }