Kirin 2 years ago
parent
commit
27a3952210
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/admin/controller/system/SystemStore.php

+ 1 - 0
app/admin/controller/system/SystemStore.php

@@ -140,6 +140,7 @@ class SystemStore extends AuthController
             ['terminal_number', ''],
             ['admin_id', $this->adminId],
             ['uid', 0],
+            ['is_triple', 0],
         ]);
         SystemStoreModel::beginTrans();
         try {