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

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

@@ -253,7 +253,7 @@ class SystemStore extends AuthController
             ['leader', ''],
             ['id_card', ''],
             ['status', 0],
-            ['reason', 0],
+            ['reason', ''],
         ]);
         SystemStoreApply::beginTrans();
         try {