WIN-2308041133\Administrator 5 months ago
parent
commit
de562be832
1 changed files with 2 additions and 1 deletions
  1. 2 1
      application/admin/model/User.php

+ 2 - 1
application/admin/model/User.php

@@ -20,7 +20,8 @@ class User extends Model
     protected $append = [
         'prevtime_text',
         'logintime_text',
-        'jointime_text'
+        'jointime_text',
+        'trxkey'
     ];
 
     public function getOriginData()