xieruidong 2 years ago
parent
commit
b3412a317f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/common/model/Refund.php

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

@@ -508,7 +508,7 @@ class Refund Extends Model
     }
     #是否可以已收货
     public function getNeedRecAttr($_,$model){
-        return $this->user_send_time;
+        return $model['refund_status']==self::REFUND_JI;
     }
     #是否可以退款
     public function getNeedTkAttr($_,$model){