From 7f0b879f2388900226cc8231cc8d7a2d8060943b Mon Sep 17 00:00:00 2001 From: lihan <3398341942@qq.com> Date: Sat, 10 Nov 2018 11:28:41 +0800 Subject: [PATCH] 赠送积分和角色管理 --- app/friendship/controller/FriendController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/friendship/controller/FriendController.php b/app/friendship/controller/FriendController.php index f81c982..d899a2a 100644 --- a/app/friendship/controller/FriendController.php +++ b/app/friendship/controller/FriendController.php @@ -127,7 +127,7 @@ class FriendController extends HomeBaseController if ($total > 0) { if (Db::name('user')->where(['id' => $uid])->setDec('balance', $total)) { if (Db::name('user')->where(['id' => $friend_id])->setInc('balance', $total)) { - //被赠送者插入赠送记录日志log + //记录日志log $log = [ 0 => [ 'uid' => $friend_id, -- libgit2 0.24.0