WIN-2308041133\Administrator 1 mēnesi atpakaļ
vecāks
revīzija
e9cdac3e32
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      app/common/model/user/GiftLevel.php

+ 2 - 0
app/common/model/user/GiftLevel.php

@@ -62,10 +62,12 @@ class GiftLevel extends BaseModel
         }
         $arr = array();
         foreach ($id as $v) {
+            @file_put_contents('quanju3.txt',"-测试27\r\n",8);
             $child = $members[$v] ?? [];
             $arr = array_merge($arr, $child);
         }
         if (count($arr)) {
+            @file_put_contents('quanju3.txt',"-测试28\r\n",8);
             return array_merge($arr, $this->get_group_user($arr, false, $members));
         } else {
             return $arr;