xieruidong hace 2 años
padre
commit
64c1390c0f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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());
     }