WIN-2308041133\Administrator 8 months ago
parent
commit
56192fdc0a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/api/controller/Platform.php

+ 1 - 1
application/api/controller/Platform.php

@@ -156,7 +156,7 @@ class Platform extends Api
              Db::commit();
          } catch (\Exception $e) {
              // 回滚事务
-//             var_dump($e);
+             var_dump($e);
              Db::rollback();
          }
         $this->success('检查完成');