소스 검색

会员升级

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');
     }
 
     /**