Browse Source

会员升级

Kirin 7 months ago
parent
commit
19102ae006
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/model/user/AwardIntegral.php

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

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