zhangguidong 2 years ago
parent
commit
b58a3a0049
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/api/controller/Join.php

+ 1 - 0
application/api/controller/Join.php

@@ -194,6 +194,7 @@ class Join extends Api
             'name' => $input['name'],
             'phone' => $input['phone'],
             'status' => 1,
+            'logout_status'=>1,
             'refusal_reason' => "",
         ];
         Db::startTrans();