heheng
2025-01-06 56287f4037defafbd3a3bbebd1827fd20a8b91d4
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);
        }
    }
}