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());
     }