浏览代码

会员升级

Kirin 1 年之前
父节点
当前提交
19102ae006
共有 1 个文件被更改,包括 1 次插入1 次删除
  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');
     }