xieruidong 2 роки тому
батько
коміт
64c1390c0f
1 змінених файлів з 1 додано та 0 видалено
  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());
     }