diff --git a/app/friendship/controller/FriendController.php b/app/friendship/controller/FriendController.php
index 26b5433..8abb20f 100644
--- a/app/friendship/controller/FriendController.php
+++ b/app/friendship/controller/FriendController.php
@@ -92,7 +92,7 @@ class FriendController extends HomeBaseController
                     if ($tag) {
                         $ship = [
                             'uid' => $uid,
-                            'friend_id' => $friend_id,
+                            'friend_uid' => $friend_id,
                         ];
                         //非首次赠送,积分叠加
                         if (Db::name('friendship')->where($ship)->count()) {