瀏覽代碼

会员升级

Kirin 1 年之前
父節點
當前提交
1b27709e98
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/model/user/AwardIntegral.php

+ 1 - 1
app/model/user/AwardIntegral.php

@@ -62,7 +62,7 @@ class AwardIntegral extends BaseModel
 
     public function userOrder()
     {
-        return $this->hasOne(StoreOrder::class, 'id', 'order_id')->field('order_id');
+        return $this->hasOne(StoreOrder::class, 'id', 'order_id');
     }
 
     /**