WIN-2308041133\Administrator преди 1 месец
родител
ревизия
e9cdac3e32
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  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;