lgy 1 month ago
parent
commit
e5f137dc6b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      jcjyhr/app/admin/library/Auth.php

+ 1 - 0
jcjyhr/app/admin/library/Auth.php

@@ -289,6 +289,7 @@ class Auth extends \ba\Auth
             $this->model->commit();
         } catch (Throwable $e) {
             $this->model->rollback();
+            var_dump($e->getMessage());die;
             $this->setError($e->getMessage());
             return false;
         }