Kirin 1 rok temu
rodzic
commit
1b27709e98
1 zmienionych plików z 1 dodań i 1 usunięć
  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');
     }
 
     /**