WIN-2308041133\Administrator 6 月之前
父節點
當前提交
2e86e3e3cb
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/common/model/user/AwardLake.php

+ 1 - 0
app/common/model/user/AwardLake.php

@@ -136,6 +136,7 @@ class AwardLake extends BaseModel
             @file_put_contents('quanju.txt',json_encode($price)."-分红积分价格\r\n",8);
             @file_put_contents('quanju.txt',$every."-每个用户分得的金额\r\n",8);
         foreach ($users as $user) {
+            @file_put_contents('quanju.txt',$user['uid']."-参与分红的uid\r\n",8);
             //todo 添加用户积分  用户分的奖励除以积分价格就是积分数量
             $integral = bcdiv($every, $price['price'], 2);
             $award_integral=User::where('uid', $user['uid'])->value('award_integral');