yumeng 1 day ago
parent
commit
3d6c153ce1

+ 1 - 0
jeecg-boot-material-view/src/main/java/org/jeecg/ctop/material/service/impl/TiFlashInterceptor.java

@@ -72,6 +72,7 @@ public class TiFlashInterceptor implements Interceptor {
                 }
             }
         } catch (Exception e) {
+            e.printStackTrace();
             System.err.println("设置TiFlash失败: " + e.getMessage());
         }
     }