xiaoyong931011
2021-05-14 6aab3e401fc146885d5fb5cb5048cd09de4a6f18
src/main/java/com/xcong/excoin/common/aop/ExceptionCatchAspect.java
@@ -60,7 +60,7 @@
            throw ex;
        }
        if ("dev".equals(profiles)) {
        if ("dev".equals(profiles)  || "test".equals(profiles)) {
            throw ex;
        }