heheng
2025-03-24 9a8a4a431c61d22a334003b2e8a52571ea809920
assess-admin/src/test/java/com/gkhy/admin/RegionTest.java
@@ -105,8 +105,14 @@
            }
        }
    }
    @Test
    public void testLog(){
        try {
            int i = 1 / 0;
        }catch (Exception e){
            log.error("error=",e);
        }
    }
}