正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -127,7 +127,7 @@ class FriendController extends HomeBaseController | @@ -127,7 +127,7 @@ class FriendController extends HomeBaseController | ||
127 | if ($total > 0) { | 127 | if ($total > 0) { |
128 | if (Db::name('user')->where(['id' => $uid])->setDec('balance', $total)) { | 128 | if (Db::name('user')->where(['id' => $uid])->setDec('balance', $total)) { |
129 | if (Db::name('user')->where(['id' => $friend_id])->setInc('balance', $total)) { | 129 | if (Db::name('user')->where(['id' => $friend_id])->setInc('balance', $total)) { |
130 | - //被赠送者插入赠送记录日志log | 130 | + //记录日志log |
131 | $log = [ | 131 | $log = [ |
132 | 0 => [ | 132 | 0 => [ |
133 | 'uid' => $friend_id, | 133 | 'uid' => $friend_id, |
-
请 注册 或 登录 后发表评论