rabin 5 years ago
parent
commit
00c24c7465
1 changed files with 5 additions and 0 deletions
  1. 5 0
      journal/lib/Manage.php

+ 5 - 0
journal/lib/Manage.php

@@ -87,6 +87,11 @@ class Manage
             $table['邀请人'] = $user['username'];
         }
 
+        if ($info['star_id']) {
+            $star = Dever::db('journal/star')->one($info['star_id']);
+            $table['明星'] = $star['name'];
+        }
+
         return Dever::table($table);
     }