Kirin hace 2 años
padre
commit
fc0151ad80
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {