소스 검색

会员升级

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