xieruidong 2 年之前
父節點
當前提交
a01352aebd
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      application/common/model/Refund.php

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

@@ -27,7 +27,6 @@ use Yansongda\Supports\Arr;
  * @property string user_trans_no
  * @property bool is_wait_audit
  * @property bool has_money
- * @property bool is_goods_back
  * @property bool need_rec
  * @property bool need_tk
  * @property bool need_complete
@@ -47,7 +46,6 @@ class Refund Extends Model
     protected $name='order_info_refund';
     protected $append=[
         'timeline',
-        'is_goods_back',
         'refund_status_text',
         'need_rec',
         'need_tk',